Input not working in messagebox #6980
Answered
by
Lukas742
TEJENDRA90
asked this question in
Q&A
|
Hi @Lukas742 I am using a Message box |
Answered by
Lukas742
Feb 24, 2025
Replies: 2 comments
|
Hi @TEJENDRA90 the If you want to support a more complex scenario, you can use a |
0 replies
Answer selected by
Lukas742
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @TEJENDRA90
the
MessageBoxdoesn't support otherchildrenthan text. Please see the prop's description:If you want to support a more complex scenario, you can use a
Dialoginstead.