* allow apps form and int dialogs to clear select fields
* don't show x if the field is disabled
* change down chevron to right chevron
* increase padding around close x to increase touch area
* positioning
* remove chevron and divider
* use hitSlop instead of padding. fix position of x
* lint
* types
* update type
* lint
* make onClear optional
* optional chaining
* set multiselect value to empty array on clear
* include null in type
* useCallback improvement
* fix clearing multi-selected items state issue
* fix clearing multi-selected items state issue
* lint
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
* Add multiselect to Apps Forms
* Address feedback
* Add selected information and change button name
* Fix styles
* Add missing semicolon and change currentList to currentSelected.
* Address UX feedback
* Fix test
* Address feedback
* Fix snapshots
* Potential fix for flaky test
* Fix iOS back button
* Address feedback
* Fix tests
* Add separator and scroll to bottom on selected items
* Use setTimeout for scroll and also scroll on unselected
* Fix lint
* Fix tsc
* Fix tests
2021-10-27 11:35:11 +02:00
Renamed from app/components/autocomplete_selector/autocomplete_selector.js (Browse further)