How to add a confirmation popup before the dialog is closed? #5535
-
Hi, I am trying to add a confirmation message using Q.Confirm("text here", () => { //close dialog if positive response }); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Check dialog base class methods for override what required to you. |
Beta Was this translation helpful? Give feedback.
-
see here |
Beta Was this translation helpful? Give feedback.
-
Thanks @luongnv6 |
Beta Was this translation helpful? Give feedback.
see here
#5407