It prevents the browser’s native validation to kick in i.e form data will not be validated upon submission. Examples include input where type="email"
Note that it is not Angular’s directive. It is HTML 5 attribute. Read more about it here
It prevents the browser’s native validation to kick in i.e form data will not be validated upon submission. Examples include input where type="email"
Note that it is not Angular’s directive. It is HTML 5 attribute. Read more about it here