Releases: mskocik/svelecte
Releases · mskocik/svelecte
v3.10.1
Fixes:
- fix inability to manually set value object through bind property, which was introduced in
3.9.1
version (#128)
This means it's no longer possible to set value object outside provided option array, which was available till now.
v3.10.0
New
- add new
enterKey
event, which would by default cause parent form to be submitted. (#125)
v3.9.9
Fixes:
- fixes android-only bug which enables user to enter search text when item is already selected (#119)
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)