We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aside from using my own buttons, it would be nice if there was a set method to disable the auto-close of the dialog when a confirm button is clicked.
I could use my own buttons, but that's a lot more bloat rather than simply setting a boolean
something like:
setCloseOnButtonClick(boolean enabled);
There may be use-cases where you would also want this on the cancel button, though that may simply be a convenient abuse of how a dialog should work.
The text was updated successfully, but these errors were encountered:
Workaround in https://github.com/vaadin/vaadin-confirm-dialog/issues/117#issuecomment-775348565
Sorry, something went wrong.
Thanks @javier-godoy. This issue indeed appears to be a duplicate of #117, so let's discuss it there. Closing this issue.
No branches or pull requests
Aside from using my own buttons, it would be nice if there was a set method to disable the auto-close of the dialog when a confirm button is clicked.
I could use my own buttons, but that's a lot more bloat rather than simply setting a boolean
something like:
There may be use-cases where you would also want this on the cancel button, though that may simply be a convenient abuse of how a dialog should work.
The text was updated successfully, but these errors were encountered: