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 have created a Tearsheet, where the description property contains a ContentSwitcher component. When I open my Tearsheet, it is focused on the Close button (X). Then when I press tab, it skips the ContentSwitcher and goes to the next element. If I refocus on the Close button and press shift+tab, it will focus on the ContentSwitcher, which is also wrong. How can we make it so that when we are focused on Close button and press tab, it will focus on the ContentSwitcher?
@Khoi-DinhTearsheetNarrow uses the default browser behavior for tab order. This is an issue caused by the ComposedModal header component children hierarchy, so I've raised an issue #18262 to enhance this behavior. Therefore, we can wait until the team addresses it.
I have created a Tearsheet, where the description property contains a ContentSwitcher component. When I open my Tearsheet, it is focused on the Close button (X). Then when I press tab, it skips the ContentSwitcher and goes to the next element. If I refocus on the Close button and press shift+tab, it will focus on the ContentSwitcher, which is also wrong. How can we make it so that when we are focused on Close button and press tab, it will focus on the ContentSwitcher?
Screen.Recording.2024-12-02.at.5.47.01.PM.mov
The text was updated successfully, but these errors were encountered: