Skip to content

Commit

Permalink
Feature/UI/combobox (#3409)
Browse files Browse the repository at this point in the history
* Remove invalid markup from index.html

* Allow all tests to run

* Accessibility improvements

* Tidy up combobox hiding logic

* Update accessibility tests

* Revert to use short syntax

* Reduce visual noise in PR

* First review

* Remove superflous $data calls to improve performance

* Revert $refs syntax

* Match tailwind logic for active optiton while typing

* add unit tests

* Update index file

* Finishing touches on combobox

* Fix combobox accessibility

* Preserve selected state when opening box

* wip

* make sure we select the first match in the DOM for multiselect with more then one option selected

* Preserve active key for combobox only if activated by the user using the navigation keys

* Add test

---------

Co-authored-by: Caleb Porzio <[email protected]>
  • Loading branch information
SimoTod and calebporzio authored Jul 1, 2023
1 parent e2f16f4 commit 9b969f6
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 552 deletions.
Loading

0 comments on commit 9b969f6

Please sign in to comment.