observablehq / inputs

Better input elements
https://observablehq.com/framework/lib/inputs
ISC License
125 stars 34 forks source link

Inputs.select should allow size for multiple=false #245

Open mootari opened 1 year ago

mootari commented 1 year ago

The size option for Inputs.select() is currently ignored if multiple isn't also set to true. This restriction seems arbitrary, since native selects allow a size > 1 for single-choice selects.