Prop to set focus when toast opens #606
neiltomlin
started this conversation in
Ideas
Replies: 1 comment
-
Indeed good idea, I'll do some research about it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In terms of accessibility, would it be appropriate to set document focus to the toast?
I'm thinking when it opens, the user could then either hit escape to close or have the next element in the tab order be the close button.
It could be a prop like:
focusOnOpen: Boolean
Beta Was this translation helpful? Give feedback.
All reactions