Skip to content

fix: remove duplicate tabstop in RadioButton.Item - #5050

Open
ErfanBagheri404 wants to merge 1 commit into
callstack:mainfrom
ErfanBagheri404:fix/radiobuttonitem-duplicate-tabstop
Open

fix: remove duplicate tabstop in RadioButton.Item#5050
ErfanBagheri404 wants to merge 1 commit into
callstack:mainfrom
ErfanBagheri404:fix/radiobuttonitem-duplicate-tabstop

Conversation

@ErfanBagheri404

Copy link
Copy Markdown

Fixes #4775

RadioButton.Item renders an outer TouchableRipple plus the inner RadioButton, both focusable on web. Two tabstops per item.

Disable the inner radio button focusability so only the outer touchable is a tabstop.

The item renders an outer TouchableRipple plus the inner RadioButton,
both of which are focusable on web. This makes the item take two Tab
presses to navigate past.

Disable the inner radio button's focusability so only the outer
touchable is a tabstop.

Fixes callstack#4775
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.

RadioButton.Item has duplicate tabstop

1 participant