Releases: mskocik/svelecte
Releases · mskocik/svelecte
v3.9.0
New:
- add
invalidValue
event to be able to act on mismatch between value
and options
(typically when fetching initial options and there is value preselected), based on discussion in #113
v3.8.1
Fixes:
- internal updates to
init
fetch mode, which works as expected (when previous selection is in new dataset, value is kept, removed otherwise) (#113)
v3.8.0
New:
- make
optGroup
object properties configurable with new options groupLabelField
and groupItemsField
(#110)
- add option
resetOnSelect
to control reseting input value after selection in multi-select mode (#112)
v3.7.7
Fixes:
- fix firefox specific focus issue (#109)
v3.7.6
Fixes:
- move computing of new options before updating value, (#108)
v3.7.5
Fixes:
- keep selected option object properties in case they vary (#104)
- keep order of initially selected options (#105)
v3.7.4
Fixes:
- escape
tab
character, replace it by space
, (#103)
v3.7.3
Fixes:
- fix virtual list jump with multiselect (#102)
- ensure dropdown index is set, when there are options available
v3.7.2
Fixes:
- fix regression for
fetch
in custom-element, (#101)
v3.7.1
Fixes:
- fix case with empty optgroup, (#100)