I know that, if I have an input within a <form> element, I can simply add the novalidate attribute to the form to disable the HTML validation tooltips. However, my input is not in a form element (I am using AngularJS and I use the ng-form directive).
I can listen to the invalid event and prevent submit validation, but I cannot prevent validation tooltips.
Here is a simple JSFiddle to show the issue.
requiredattribute if you don't really care about the field validating?