All the examples on the page https://sherweb.github.io/ngx-materialize/form-validation have submit button disabled until form is valid. I would like to make it enabled and show validation errors on submit if there are any.
Is it possible?
All the examples on the page https://sherweb.github.io/ngx-materialize/form-validation have submit button disabled until form is valid. I would like to make it enabled and show validation errors on submit if there are any.
Is it possible?
You can remove [disabled]="form.valid" from the Submit Button Tag. You can control validation when user press submit button.