-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
converts ComboBox family of components to TypeScript (#2838)
* first pass at ComboBox components * organizes exports/imports, adjusts refs, minor fixes/adjustments * fixes errors related to singleSelection prop * types cleanup and abstractions * reverts all attempts to use createRef and RefObject * runs tests, updates snapshots * small update from personal review * moves common types to types file (and out of index.ts) * adds HTMLAttributes to EuiComboBoxProps per review feedback * gives FocusEvent types to onContainerBlur event * uses class members where feasible per review feedback * updates CHANGELOG * adds CommonProps extensions to base components
- Loading branch information
1 parent
d29ca12
commit ca74ad3
Showing
22 changed files
with
764 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.