Skip to content

Releases: mskocik/svelecte

v3.16.1

12 May 16:50
Compare
Choose a tag to compare

Fixes:

  • fix Firefox-only bug not showing validation message #166

v3.16.0

12 Apr 19:20
Compare
Choose a tag to compare

New:

v3.15.5

11 Apr 11:59
Compare
Choose a tag to compare

Fixes:

  • correctly expose hasDropdownOpened property for indicator-icon slot
  • focus input when opening dropdown by clicking on dropdown toggle

v3.15.4

04 Apr 13:18
Compare
Choose a tag to compare

Fixes

  • fix bug (#161) introduced in the latest release related to #9

v3.15.3

21 Mar 20:48
Compare
Choose a tag to compare

Fixes:

  • edit logic calling preventDefault on input element (#134)
  • require second tap on mobile to show virtual keyboard (#9)

v3.15.1

09 Mar 11:42
Compare
Choose a tag to compare

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

09 Mar 11:41
Compare
Choose a tag to compare

New:

  • add prop alwaysCollapsed to keep selection always collapsed. Selection is then shown in dropdown

v3.14.0

05 Mar 16:51
Compare
Choose a tag to compare

Changes

  • Slots for customizing indicator and clear icons with additional props by @vteslenko in #150

v3.13.3

19 Jan 15:57
Compare
Choose a tag to compare

Fixes:

  • fix list message for init fetch with empty list (#147)

v3.13.2

10 Jan 11:03
Compare
Choose a tag to compare

Fixes:

  • allow setting new value outside option list when creatable and valueAsObject is true and passed value object has $created: true (ref #145)