-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TypeScript types to
FilterableMultiSelect
(#16147)
* feat: switch from js to ts * feat: added types to filterableMultiSelect * fix: added useCombobox * fix: added disabled isItemDisabled * fix: fixed menu click close * fix: fixed style for disabled items * fix: fixed disabled option * fix: added useSelection and interfaces * fix: fixed selection using controlledSelectedItem from useSelection * fix: fixing selection order * fixed sorting issue and copied lisboxTrigger changes * fix: added onInputValueChange on inputChange * fix: revert file extension to avoid error * fix: added aria-haspopup to input props * test: added ts-ignore * test: added ts-expect-error in the ComboBox and Filterable * fix: added tsx to index.js file * fix: accessibility test * test: fixed test failing on multiselect * fix: added open state to arrow down * fix: fixed disabled seletion on enter & added titleText to propTypes * test: updated snapshots * Update packages/react/src/components/ListBox/next/ListBoxTrigger.js * test: added onChange to storybook * fix: removed comment --------- Co-authored-by: Preeti Bansal <[email protected]> Co-authored-by: Taylor Jones <[email protected]>
- Loading branch information
1 parent
de133be
commit 5f35edd
Showing
9 changed files
with
1,070 additions
and
740 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
Oops, something went wrong.