Prevent Modal from closing on submit.
On my view page i have action which is a modal (slideover) and after submit i do not want to close the modal. how to achieve this.
one way is to use extraModalFooterActions and disable the default action, but this is just a workaround and due to this the submit validation does not triggered.
i need the proper solution for this
one way is to use extraModalFooterActions and disable the default action, but this is just a workaround and due to this the submit validation does not triggered.
i need the proper solution for this