We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c9782 commit 3c6ee38Copy full SHA for 3c6ee38
core/src/utils/focus-trap.ts
@@ -78,7 +78,6 @@ const focusElementInContext = <T extends HTMLElement>(
78
}
79
80
if (elementToFocus) {
81
- // TODO: need to verify we're focusing a radio?
82
const radioGroup = elementToFocus.closest('ion-radio-group');
83
84
if (radioGroup) {
0 commit comments