-
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.
fix(combo-box): support v10 input controls (#2241)
* refactor(list-box): nest warning icon * docs(combo-box): add examples with selected option * fix(combo-box): support v10 input controls * Revert "refactor(list-box): nest warning icon" This reverts commit b5c33c9. * refactor(combo-box): nest warning icons * fix(list-box): style invalid icon for empty input value * docs(combo-box): add examples for populated inputs * fix(list-box): add style for populated input * fix(combo-box): fix a11y attributes - remove list-box__field tabindex * fix(combo-box): remove chevron button tabindex * fix(combo-box): remove input field role * fix(combo-box): add role to menu * fix(combo-box): add role and aria-label to menu * fix(combo-box): add aria-owns and IDs * fix(list-box): ignore text-input bottom border * refactor(list-box): use new icon color tokens * fix(form): target invalid combo box text inputs * docs(combo-box): add spacer divs for FF overlap * fix(list-box): change menu icon svg token * fix(combo-box): override text input defaults * Revert "docs(combo-box): add spacer divs for FF overlap" This reverts commit 927026b. * docs(combo-box): remove spacer line breaks * docs(combo-box): add dev env specific spacing
- Loading branch information
Showing
7 changed files
with
267 additions
and
66 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
Oops, something went wrong.