hx-sync
Nothing happens, hx-sync does not stop both requests from happening.Filling out the input and immediately submitting the form below triggers two parallel requests to /htmx/hx-sync/store and /htmx/hx-sync/validate.
Using hx-sync="closest form:abort" below and we resolve the synchronisation declaratively. (Open F12 devtools to see the difference between the form above and below.)