How to set submit as disabled until form completed?
I have a basic form. 2 fields.
Right now I'm doing the following to set the submit as disabled on page load.
Problem is. When I complete the first field. The submit will be enabled.
The UX that I'm looking for. Is that I only want the submit button to be enabled only when both fields have passed validation.
Is this possible? Thanks!
Right now I'm doing the following to set the submit as disabled on page load.
Problem is. When I complete the first field. The submit will be enabled.
The UX that I'm looking for. Is that I only want the submit button to be enabled only when both fields have passed validation.
Is this possible? Thanks!
