-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combobox using Ariakit #218
base: main
Are you sure you want to change the base?
Conversation
remove "old" radix-ui combobox testing
Please set a versioning label of either |
Oppdaget at når man velger et element i lista med enter, så mister man fokus på lista og må "begynne på nytt". |
Legger inn eksemplet Ola sendte til meg som hans referanse: https://ariakit.org/examples/combobox-multiple |
Fixed issue where focus shifted to input field after selecting item with keyboard. Possibly also fixed weird focus border on zoomed out screens?
Fikset |
Trolig også fikset, klarer ikke gjenskape lenger. Mulig dette løste seg når jeg fiksa den focus-saken? 🤔 |
fix disabled text colors
La merge til at dropdown-animasjonen ikke lenger er med. Men den er kanskje mest irriterende uansett? |
Kan legge på animasjon med css, dersom vi ønsker/trenger. Spiller ikke så stor rolle for min del, men kanskje noen har sterke meninger den ene eller andre veien? |
Describe your changes
New component MdComboBox, meant to replace MdAutocomplete. Uses Ariakit as base, which handles all necessary aria and accessibility-stuff.
Switch between multi- and single select with
value
-prop. If an array of strings the combobox is mulitselect, if string; single.Checklist before requesting a review
major
,minor
orpatch
)stories
-folder?packages/react/index.tsx
?packages/css/index.css
?