Prevent close dialog when click ok #17233
-
I'm using the Dialog plugin, is there any way to prevent the dialog from closing when I press the ok button? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Same question. I have a dialog and a request. I want to close the dialog after successful status. I tried returning false from the request function, but it doesn't work - the dialog closes. |
Beta Was this translation helpful? Give feedback.
-
I have submitted a PR for this issue, but it hasn't received any attention for nearly six months. Here is the link to the pull request: PR #17121 - Fix for Multi-Select Issue in Table Component. |
Beta Was this translation helpful? Give feedback.
-
Hello, We have explained numerous times that the default Dialog plugin should cover most of the user-cases, but definitely not all possible ones. Should one need some custom behavior that is not currently supplied, a custom component should be created and invoked instead. |
Beta Was this translation helpful? Give feedback.
Hello,
We have explained numerous times that the default Dialog plugin should cover most of the user-cases, but definitely not all possible ones. Should one need some custom behavior that is not currently supplied, a custom component should be created and invoked instead.
The alternative is to open the Pandora's box and allow all of the requests and end up with a bloated + complex + non-efficient + hard to grasp component