Skip to content

Commit

Permalink
fix(uui-radio): keyboard navigation does not work as intended (#870)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JesmoDev authored Jul 25, 2024
1 parent 54971d2 commit 46e93ca
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 228 deletions.
Loading

0 comments on commit 46e93ca

Please sign in to comment.