How to prevent close alert dialog with esc? #1434
Answered
by
BiswaViraj
igortullio
asked this question in
Help
-
QuestionI need the alert not to close when I click Esc. |
Beta Was this translation helpful? Give feedback.
Answered by
BiswaViraj
May 29, 2022
Replies: 1 comment 1 reply
-
https://www.radix-ui.com/docs/primitives/components/alert-dialog#content |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andy-hook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.radix-ui.com/docs/primitives/components/alert-dialog#content
Pass
onEscapeKeyDown
props to theContent
asonEscapeKeyDown={(event) => { event.preventDefault(); } }