You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the "submit" button sends the browser to the action url, as expected. Clicking the close button performs the closeAction and does not invoke submit, as expected.
Above behaviour also remains the same when no closeAction is specified.
Hi,
clicking on the close button trigger page reload (perhaps because I have a form in my template).
Would be nice to prevent submit on the click (I do it in the action). IIRC, it should be possible by replacing @click by @click.prevent
The text was updated successfully, but these errors were encountered: