Releases: tedconf/ember-searchable-select
Releases · tedconf/ember-searchable-select
v0.6.0
please use v0.6.2, which contains multi-select bug fixes
[FEATURE] allow sorting by multiple properties
v0.5.0
[FEATURE] accessible keyboard controls!
- responds to keyboard controls like a native select element would
- arrow down key opens menu if not already open
- up and down arrows cycle through action buttons options, omitting disabled items
- enter key selects an option (when an option is focussed)
- enter key processes an action (when an action button like "Clear" or "Add new" is focussed)
- esc key closes the menu when open
- tab key closes the menu and brings focus to next element on the page that can receive focus
v0.4.0
[FEATURE] multiple selection is now possible
v0.3.1
[BUGFIX] fixes broken component import when not using pods
structure
v0.3.0
- [patch] adds style linting with ember-suave
- [feature] unmatched search text can now be used to add a new item
v0.2.0
Moar better features!
- [feature] customizable message when filter produces no results
- [feature] optional loading indicator
- [feature] matched text is now highlighted
v0.1.3
[bugfix] proper focussing of search input on iOS Safari. Prior to this fix the keyboard would not pop up and touch events elsewhere on the menu would trigger the keyboard pop-up, causing the menu to jump around.
v0.1.1
[bugfix] proper one way binding for passed in selected property
[bugfix] disabled check throws error when optionDisabledKey is not provided
v0.1.0
buggy do not use
[FEATURE] add support for disabled items