Can the focus be not changed after a callout pop up? #18960
Unanswered
yuanxiaoms
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
React(web)
For example, I input text in the textarea. Some words will trigger a callout poped up. I don't want the text input interrupted by callout poped up. Is there a method to keep the focus not changed?
Do you have a component like Toast? I guess the component like Toast will not take the focus and not interrupt input when it pops up.
Beta Was this translation helpful? Give feedback.
All reactions