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
I ran into a scenario where I'm using the Radio component inside of a Drawer and I couldn't click on the radio buttons. A good number of tokens later and my agents realized it was related to the swipe behavior of the Drawer not ignoring the default <span> elements used. Swapping the default rendering element to a button fixed it.
Docs feedback
How can we improve Base UI documentation?
I ran into a scenario where I'm using the Radio component inside of a Drawer and I couldn't click on the radio buttons. A good number of tokens later and my agents realized it was related to the swipe behavior of the Drawer not ignoring the default
<span>elements used. Swapping the default rendering element to a button fixed it.I'm probably dumb and just didn't think to check there first, but might be worthwhile to call this out somewhere perhaps