svelecte

Flexible autocomplete/select component written in Svelte,

MIT License

Downloads
24.5K
Stars
459
Committers
11
svelecte -

Published by mskocik about 2 years ago

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.

svelecte -

Published by mskocik about 2 years ago

New

  • add new enterKey event, which would by default cause parent form to be submitted. (#125)
svelecte -

Published by mskocik about 2 years ago

Fixes:

  • fixes android-only bug which enables user to enter search text when item is already selected (#119)
svelecte -

Published by mskocik about 2 years ago

Fixes:

  • fix bug introduced by adding maxlength to Input component (related to #119)
svelecte -

Published by mskocik about 2 years ago

Fixes:

  • force maxlength to 0 on signle select, preventing additional user input on android (#119)
svelecte -

Published by mskocik about 2 years ago

Fixes:

  • add change event to inner <select> element. One would expect this event to be fired, when Svelecte itself fires change event (#123)
svelecte -

Published by mskocik about 2 years ago

Fixes:

  • fix case when parent svelecte value is also fetched (#122)
svelecte -

Published by mskocik about 2 years ago

Fixes:

  • fix issue with custom element initial value for dependent svelecte (#122)
svelecte -

Published by mskocik over 2 years ago

Fixed:

  • bind current _i18n object to collapsedSelectionFn to respect updated i18n.collapsedSelection property (#114)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • unify validation conditions, so invalidValue event is triggered also for valueAsObject=true, (ref #113)
svelecte -

Published by mskocik over 2 years ago

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
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • internal updates to init fetch mode, which works as expected (when previous selection is in new dataset, value is kept, removed otherwise) (#113)
svelecte -

Published by mskocik over 2 years ago

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)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • fix firefox specific focus issue (#109)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • move computing of new options before updating value, (#108)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • keep selected option object properties in case they vary (#104)
  • keep order of initially selected options (#105)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • escape tab character, replace it by space, (#103)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • fix virtual list jump with multiselect (#102)
  • ensure dropdown index is set, when there are options available
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • fix regression for fetch in custom-element, (#101)
svelecte -

Published by mskocik over 2 years ago

Fixes:

  • fix case with empty optgroup, (#100)
Package Rankings
Top 2.59% on Npmjs.org
Badges
Extracted from project README
NPM version
Related Projects