v1.1.0
New
- Support manually input values with the
manual-input
toggle. - Enable to hide the dropdown menu with
hide-dropdown
in Manual Input (manual-input
) mode. - Added conditional helper classes
is-empty
,invalid
andall-selected
to the<input>
element. - Change the
<input>
border to red color when user input is invalid. E.g., when it contains a disabled hour value. You can mute this auto-styling by adding"skip-error-style"
toinput-class
. - Add support to the
autocomplete
attribute. - Emit
error
event when the input value becomes invalid. - Emit
focus
andblur
events to help to identify the focus/blur state. Useful when the dropdown is force hidden byhide-dropdown
.
Improvements
Enable seamless loop from the start or end of a column in advanced-keyboard
mode.