Dialog Auto Focus #832
QaahirStewart
started this conversation in
General
Replies: 1 comment
-
Yes check https://www.radix-vue.com/components/dialog#content Check for <DialogContent @openAutoFocus.prevent>
...
</DialogContent> or <DialogContent @openAutoFocus="(e) => e.preventDefault()">
...
</DialogContent> |
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
-
Is there a way to disable the auto focus from a input field for dialog component?
Beta Was this translation helpful? Give feedback.
All reactions