I have form with input field, and each field have some data error option.
When I submit form without selecting any input field, its showing default HTML-5 form validation message instead of Materialize CSS validation.
How can I hide this HTML-5 form validation message and show Materialize CSS form validation message on form submit.
Update: Explaining the problem in detail
Is there a way to achieve this using materialze itself. So that we don't have to manually add invalid
class to input element, if the value is invalid on submission of form.