I have a form inside modal and am expecting the form to be submitted first and then on the basis of response from the form submission would like to close the modal but currently the modal is closed directly when I press enter and after the modal is closed the form is submitted. Is there any way I can prevent the modal to be closed on enter key.
I have a form inside modal and am expecting the form to be submitted first and then on the basis of response from the form submission would like to close the modal but currently the modal is closed directly when I press enter and after the modal is closed the form is submitted. Is there any way I can prevent the modal to be closed on enter key.