Skip to content
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 #1868

Merged
merged 288 commits into from
Jul 13, 2023
Merged

✨ Combobox #1868

merged 288 commits into from
Jul 13, 2023

Conversation

larseirikhansen
Copy link
Contributor

No description provided.

larseirikhansen and others added 30 commits February 14, 2023 14:17
Handle open/close dropdown on focus/blur for the entire component, not at each interactive element inside it.
This works because events bubble up, causing onFocus/onBlur on outer div to be called.
…ted the combobox component so it temporarily lost focus from the input field.
it-vegard and others added 18 commits July 7, 2023 10:27
# Conflicts:
#	yarn.lock
…where autocomplete breaks and adds the beginning of the word after a few letters have been typed
… text using "enter" on mobile keyboards. The actual issue was that capitalized words broke an equality check, causing us to try to add a new value. Since that wasn't active on single select example, we just cleared the field and moved on.
…e width and just breaking to a new line when the space becomes too small.
Should be last adjustment for size="small"
@larseirikhansen larseirikhansen marked this pull request as ready for review July 12, 2023 07:48
@larseirikhansen larseirikhansen changed the title Combobox ✨ Combobox Jul 13, 2023
@larseirikhansen larseirikhansen merged commit e3027cc into main Jul 13, 2023
@larseirikhansen larseirikhansen deleted the combobox branch July 13, 2023 13:17
@github-actions github-actions bot mentioned this pull request Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants