I have a reproduction repo here: https://github.com/practical-computer/mrujs-constraint-validation-bug-proof-of-concept
Expected Behaviour
- Similar to the normal browser behavior, when a form is attempted to be submitted, the button is not
disabled if the form is invalid
Actual Behaviour
- If the form is invalid according to the Constraint Validation API, the submit button is disabled and cannot be re-enabled.
Steps to Reproduce
See repo above for a focused, streamlined example
I'm actively debugging how to best solve this, but wanted to raise it
I have a reproduction repo here: https://github.com/practical-computer/mrujs-constraint-validation-bug-proof-of-concept
Expected Behaviour
disabledif the form is invalidActual Behaviour
Steps to Reproduce
See repo above for a focused, streamlined example
I'm actively debugging how to best solve this, but wanted to raise it