inputs
inputs copied to clipboard
Inputs.select should allow size for multiple=false
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.