pack(
{
things: HideInput("things", Range([1, 10], { vertical: true }), {
pop: true
}),
items: HideInput("items", Range([0, 10], { vertical: true }), {
pop: true
}),
goodness: HideInput(
"goodness",
Range([0, 5], { step: 0.1, vertical: true, format: d3.format("0.1f") }),
{ pop: true }
),
howmuch: HideInput(
"how much?",
htl.html`<input type=text value="very much indeed">`
)
},
{ sep: 20, style: "border:1px solid gray;min-height:80px;padding:0 10px;" }
)