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
After the <Text>Content</Text> line in the editor, add <Button text="test" />
Click "Open dialog"
Press Esc (or Tab to focus the close button, then Enter)
Press Tab
Expected result:
Should focus the "JSX" tab (I would expect it to "pick up where it left off")
Actual result:
Focuses "Read the blog post" link at the very top of the document
Or is every user of the Dialog component expected to code the logic for this themselves using the onClose callback? (If so, perhaps the example code should include that part too? It doesn't seem obvious to me.)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
<Text>Content</Text>
line in the editor, add<Button text="test" />
Expected result:
Should focus the "JSX" tab (I would expect it to "pick up where it left off")
Actual result:
Focuses "Read the blog post" link at the very top of the document
Or is every user of the
Dialog
component expected to code the logic for this themselves using theonClose
callback? (If so, perhaps the example code should include that part too? It doesn't seem obvious to me.)The text was updated successfully, but these errors were encountered: