You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(uui-radio): keyboard navigation does not work as intended (#870)
* remove tabindex
* fix wrapping keyboard nav
* Improve keyboard navigation by emulating native radio group behavior
* remove unused code
* fix double keypress issue
* cleanup
* fix selection bug
* rename function
* change focus outline functionality to pure css
* remove aria hidden as it is not needed anymore
* remove redundant get,set
* cleanup radio
* cleanup
* fix findRadio function to fix focus issues
* remove keypress eventListener
* Fix pre checked radios
* fix test to use same keydown event as the component
* make sonar happy
* fix tab navigation when there is a pre-checked radio
0 commit comments