- Fixes issue where native select UI would be shown on iOS, regardless of whether
behavior.useNativeUiOnMobilewas set tofalse. - Adds a
.validate()method to programmatically validate an instance, and a new demo (#16). - Adds a new callback
onOptionClick.
- Fixes issue introduced in 4.1.0 where UI no longer closed on select by default
- Fixes issue introduced in 4.1.0 where clicking an option while
behavior.openOnFocusset would close the UI without selecting any option.
- Fixes a styling issue in Beanstalk and Ivy themes where native select element was discoverable on click to the left of the head element.
- Fixes the
behavior.closeOnSelectconfiguration option which not previously implemented internally. - Adds ensures that when
behavior.openOnFocusis set, that selects also close onblur. - Updates and locks dependencies.
- Fixes a styling issue with Firefox which caused a long scrolling page to scroll to the top when a dropdown is focused.
- Fixes a styling issue with Firefox which caused the
headelement to jump when focused.