* 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>
* update dependencies
* eslint fixes
* Upgrade to RN 67
* update other deps
* Update to RN 0.67.2
* fix Android build (mmkv)
* Fix crash when root message is deleted from the thread screen
* Fix gif emoji playing at high speed on iOS ProMotion capable devices
* Add linter rules for import order and type member delimiters
* Remove unneeded group
* Group all app/* imports before the internal imports
* Move app/ imports before parent imports
* Separate @node_modules imports into a different group
* Substitute app paths by aliases
* Fix @node_modules import order and add test related modules
* Add aliases for types and test, and group import types
* MM-21632: fix toggling interactive dialog boolean
My fix for MM-17519 broke the /rendering/ of the boolean toggle, but not
the underlying interactive dialog state (and the thrust of the original
issue).
* MM-21683: fix handling of boolean defaults
* unit tests
* Add widgets and interactive dialogs
* Update snapshots
* Updates per feedback and fix slash command
* Fix style
* Update styling
* Updates per feedback
* Updates per feedback
* More styling changes
* Remove extra space above message menu