-
Notifications
You must be signed in to change notification settings - Fork 96
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
feat(core): add listbox support for roving-tabindex-controller #2563
Commits on Jul 18, 2023
-
feat(core): added
ariaActivedescendant
tointernals-controller
Nikki Massaro Kauffman committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for cfcf45d - Browse repository at this point
Copy the full SHA cfcf45dView commit details -
feat(listbox): init pf-listbox, pf-listbox-group, and pf-listbox-option
Nikki Massaro Kauffman committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 20be42c - Browse repository at this point
Copy the full SHA 20be42cView commit details -
feat(listbox): init pf-listbox-item
Nikki Massaro Kauffman committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 12f6c52 - Browse repository at this point
Copy the full SHA 12f6c52View commit details
Commits on Jul 19, 2023
-
feat(core): added orientation to arrow key handling
Nikki Massaro Kauffman committedJul 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 02e352b - Browse repository at this point
Copy the full SHA 02e352bView commit details -
fix(core): removed pageUp and pageDown key handlers because default b…
…ehavior is more accessible
Nikki Massaro Kauffman committedJul 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b8cdaf - Browse repository at this point
Copy the full SHA 9b8cdafView commit details
Commits on Jul 20, 2023
-
feat(core): fixed roving-tabindex-controller's
updateActiveItem
so ……it only happens if item changes
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d6a46cc - Browse repository at this point
Copy the full SHA d6a46ccView commit details -
feat(elements): added listbox-optiontemporary styles for filtered and…
… selected items
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for c647911 - Browse repository at this point
Copy the full SHA c647911View commit details -
feat(elements): added filtering to listbox-option
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for b95ba67 - Browse repository at this point
Copy the full SHA b95ba67View commit details -
feat(elements): added temporary orientation styles to listbox
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for dc739c7 - Browse repository at this point
Copy the full SHA dc739c7View commit details -
feat(elements): added more variations to demo
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 1c0cdd6 - Browse repository at this point
Copy the full SHA 1c0cdd6View commit details -
feat(elements): added roving-tabindex-controller and filtering to lis…
…tbox
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for fc55e07 - Browse repository at this point
Copy the full SHA fc55e07View commit details -
feat(elements): added temporary aria-selected styles to listbox-option
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 13cc4f9 - Browse repository at this point
Copy the full SHA 13cc4f9View commit details -
feat(elements): added focus and blur event handlers for listbox-option
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 51944a0 - Browse repository at this point
Copy the full SHA 51944a0View commit details -
feat(elements): added temporary active descendant syling when listbox…
… has focus
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d3530bd - Browse repository at this point
Copy the full SHA d3530bdView commit details -
feat(elements): change and input events, and updated filter and activ…
…e descndant logic
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 471a6c9 - Browse repository at this point
Copy the full SHA 471a6c9View commit details -
feat(elements): fixed listbox filterbyKeyword for multiselect and ext…
…ernal input
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for c8732e5 - Browse repository at this point
Copy the full SHA c8732e5View commit details -
feat(listbox): added keyboardmultiselect support
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d772a34 - Browse repository at this point
Copy the full SHA d772a34View commit details -
feat(listbox): added flex temporary style
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for ec5f937 - Browse repository at this point
Copy the full SHA ec5f937View commit details -
feat(listbox): added temporary listbox styles
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 43df77d - Browse repository at this point
Copy the full SHA 43df77dView commit details -
feat(listbox): added multiselect with keyboard events
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 159a37f - Browse repository at this point
Copy the full SHA 159a37fView commit details -
feat(listbox): updated temporary styles and demo
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for fe95a58 - Browse repository at this point
Copy the full SHA fe95a58View commit details -
feat(listbox): added support for listbox groups
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 0fcd9cb - Browse repository at this point
Copy the full SHA 0fcd9cbView commit details -
feat(listbox): removed unused
#hasFocus
variable from listboxNikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for fd4decf - Browse repository at this point
Copy the full SHA fd4decfView commit details -
feat(listbox): updated demo styles
Nikki Massaro Kauffman committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d8b5d0c - Browse repository at this point
Copy the full SHA d8b5d0cView commit details
Commits on Jul 21, 2023
-
feat(listbox): fixed multiselect handling, added internals for aria, …
…and updated demo
Nikki Massaro Kauffman committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for c464616 - Browse repository at this point
Copy the full SHA c464616View commit details -
feat(listbox): updated docs with more examples
Nikki Massaro Kauffman committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 827ec5c - Browse repository at this point
Copy the full SHA 827ec5cView commit details -
feat(listbox): added support for combobox filtering
Nikki Massaro Kauffman committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for ac10a63 - Browse repository at this point
Copy the full SHA ac10a63View commit details -
feat(listbox): updated demo for filter modes
Nikki Massaro Kauffman committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a965a4 - Browse repository at this point
Copy the full SHA 9a965a4View commit details
Commits on Jul 24, 2023
-
Nikki Massaro Kauffman committed
Jul 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a63196 - Browse repository at this point
Copy the full SHA 7a63196View commit details -
feat(listbox): added case sensitivity
Nikki Massaro Kauffman committedJul 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 40c038e - Browse repository at this point
Copy the full SHA 40c038eView commit details -
Nikki Massaro Kauffman committed
Jul 24, 2023 Configuration menu - View commit details
-
Copy full SHA for b99edd1 - Browse repository at this point
Copy the full SHA b99edd1View commit details
Commits on Jul 28, 2023
-
feat(core): init listbox-controller
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for f942a2d - Browse repository at this point
Copy the full SHA f942a2dView commit details -
feat(listbox): updated listbox to use listbox-controller
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 2220a4b - Browse repository at this point
Copy the full SHA 2220a4bView commit details -
feat(core): updated listbox-controller api
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for f61771c - Browse repository at this point
Copy the full SHA f61771cView commit details -
feat(listbox): updated listbox to use listbox-controller
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 764671d - Browse repository at this point
Copy the full SHA 764671dView commit details -
feat(listbox): updated listbox group based on listbox changes
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for dae5258 - Browse repository at this point
Copy the full SHA dae5258View commit details -
chore(simple-list): renamed pf-listbox to match upstream patternfly s…
…imple-list
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 7768d4b - Browse repository at this point
Copy the full SHA 7768d4bView commit details -
feat(core): fixed selection issue with listbox-controller
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 62d689e - Browse repository at this point
Copy the full SHA 62d689eView commit details -
feat(simple-list): fixed required filterMode for comboboxes and updat…
…ed demo
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for c3b47e7 - Browse repository at this point
Copy the full SHA c3b47e7View commit details -
feat(simple-list): updated demos
Nikki Massaro Kauffman committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for c6fe972 - Browse repository at this point
Copy the full SHA c6fe972View commit details