-
Notifications
You must be signed in to change notification settings - Fork 0
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
VCC-2970 VCC-2968 Add a select-only variant; add additional keyboard interaction #22
Commits on Apr 2, 2024
-
Set consistent height in demo Combobo inputs/divs
Stephy Miehle committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 6fd2d1f - Browse repository at this point
Copy the full SHA 6fd2d1fView commit details
Commits on Apr 5, 2024
-
Stephy Miehle committed
Apr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for a8b6d62 - Browse repository at this point
Copy the full SHA a8b6d62View commit details -
VCC-2970 VCC-2968 Add a select-only variant; add additional keyboard …
…interaction The input is replaced with a `div`, then all of the appropriate interactions and attributes are added to the `div`. Notably, this also brings a lot of `select`-specific behavior to the `div`. Even though the text input is disabled and not visible, we still have to use familiar patterns.
Stephy Miehle committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 552b112 - Browse repository at this point
Copy the full SHA 552b112View commit details -
Remove
console.log
from debuggingStephy Miehle committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 58d1ac3 - Browse repository at this point
Copy the full SHA 58d1ac3View commit details -
VCC-2970 Update the
for
attribute on the label to match the ID on t……he select/input When a `<select>` has a paired label (the `<label>`'s for matches the `id` on the `<select>`) or there is a `<label>` directly before a `<select>`, update the `for` to match the `id` of the combobox element
Stephy Miehle committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for e5fbed6 - Browse repository at this point
Copy the full SHA e5fbed6View commit details
Commits on Apr 8, 2024
-
Fix text overflow when multiple selections are allowed
Stephy Miehle committedApr 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f01c52 - Browse repository at this point
Copy the full SHA 4f01c52View commit details
Commits on Apr 9, 2024
-
Allow select-only behavior on HTML-initialized comboboxes
Stephy Miehle committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 110f081 - Browse repository at this point
Copy the full SHA 110f081View commit details -
Merge branch 'vcc-2970/select-only-combobox', remote-tracking branch …
…'origin' into vcc-2970/label-for
Stephy Miehle committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 707f32f - Browse repository at this point
Copy the full SHA 707f32fView commit details -
Update the
for
attribute in transformed select-only <input> comboboxesStephy Miehle committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 4024057 - Browse repository at this point
Copy the full SHA 4024057View commit details -
Merge pull request #23 from uConnect/vcc-2970/label-for
VCC-3455 Update the `for` attribute on the label to match the ID on the select/input
Configuration menu - View commit details
-
Copy full SHA for f5303c7 - Browse repository at this point
Copy the full SHA f5303c7View commit details