<sl-dialog> does not allow native radio group with no checked option to be focused with keyboard #2277
Labels
bug
Things that aren't working right in the library.
fixed-in-wa
This issue has been fixed or isn't relevant to Web Awesome.
Describe the bug
If you use a native radio button group inside of the
sl-dialog
component, and there is noinput
with achecked
attribute, it cannot be focused via the TAB key.To Reproduce
Steps to reproduce the behavior:
Demo
https://codepen.io/esharri2/pen/wvVbZXz
Screenshots
N/A
Browser / OS
Additional information
shoelace/src/internal/tabbable.ts
Line 84 in 8cbd07b
The text was updated successfully, but these errors were encountered: