Releases: mskocik/svelecte
Releases · mskocik/svelecte
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)
v3.13.1
Fixes
- fix case when
max
has been reached and bound value has been changed (which previously resulted in clearing the selection) (#145)
- loose comparison for
max
if string has been passed (mentioned #145)
v3.13.0
New:
- added new slot named
control-end
(PR #143)
v3.12.0
New:
- added property
closeAfterSelect
to control if dropdown should close after each selection when in multiple
mode (#106) (PR #136)
v3.11.1
Fixes
- respect
groupItemsField
prop in group items init (PR #135)
v3.11.0
New:
Custom element specific features:
- added
value-delimiter
property to have it possible to have ,
chracter in values (#133)
- enable (partially) to override
i18n
as stringified json property (#131)