cart icon indicating copy to clipboard operation
cart copied to clipboard

Make submit button disable optional

Open X-Tender opened this issue 5 years ago • 0 comments

Feature Request

Is your feature request related to a problem? Please describe. Currently when you click the "submit" button it gets disabled via JS. Now I implemented a client side validation and therefor I have to add a workaround to "re-enable" the submit button when the form was invalid to give the user the posiblity to resubmit it.

Describe the solution you'd like Maybe via a data attribute on the submit button? like "data-no-disable-on-submit"

X-Tender avatar Aug 27 '20 12:08 X-Tender