Releases: mskocik/svelecte
Releases · mskocik/svelecte
v3.16.1
Fixes:
- fix Firefox-only bug not showing validation message #166
v3.15.5
Fixes:
- correctly expose
hasDropdownOpened
property for indicator-icon
slot
- focus input when opening dropdown by clicking on dropdown toggle
v3.15.4
Fixes
- fix bug (#161) introduced in the latest release related to #9
v3.15.3
Fixes:
- edit logic calling
preventDefault
on input element (#134)
- require second tap on mobile to show virtual keyboard (#9)
v3.15.1
Fixes (tweak)
- allow to set
selectOnTab
to select-navigate
value to immediately move focus to the next element, ie. keep default Tab
behaviour (#154)
v3.15.0
New:
- add prop
alwaysCollapsed
to keep selection always collapsed. Selection is then shown in dropdown
v3.14.0
Changes
- Slots for customizing indicator and clear icons with additional props by @vteslenko in #150
v3.13.3
Fixes:
- fix list message for init fetch with empty list (#147)
v3.13.2
Fixes:
- allow setting new value outside option list when
creatable
and valueAsObject
is true and passed value object has $created: true
(ref #145)