Releases: mskocik/svelecte
Releases · mskocik/svelecte
v3.9.8
Fixes:
- fix bug introduced by adding
maxlength
to Input
component (related to #119)
v3.9.7
Fixes:
- force
maxlength
to 0 on signle select, preventing additional user input on android (#119)
v3.9.6
Fixes:
- add
change
event to inner <select>
element. One would expect this event to be fired, when Svelecte itself fires change
event (#123)
v3.9.5
Fixes:
- fix case when parent svelecte value is also fetched (#122)
v3.9.3
Fixes:
- fix issue with custom element initial value for dependent svelecte (#122)
v3.9.2
Fixed:
- bind current
_i18n
object to collapsedSelectionFn
to respect updated i18n.collapsedSelection
property (#114)
v3.9.1
Fixes:
- unify validation conditions, so
invalidValue
event is triggered also for valueAsObject=true
, (ref #113)
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)