Input not working in messagebox #6980
-
Hi @Lukas742 I am using a Message box |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @TEJENDRA90 the
If you want to support a more complex scenario, you can use a |
Beta Was this translation helpful? Give feedback.
-
Thank You @Lukas742 Its working. |
Beta Was this translation helpful? Give feedback.
Hi @TEJENDRA90
the
MessageBox
doesn't support otherchildren
than text. Please see the prop's description:If you want to support a more complex scenario, you can use a
Dialog
instead.