I am baffled. In my form, via the submit button having the attribute:
ng-disabled="templateForm.$invalid"
and my select being required
I am getting an undesired popup asking "Please Select an Item from the List".
I searched the whole application and as near as I am sure I have no remote references.
Does anyone know where this is coming from and how can I stop/override/disable it?
Thanks.
With Galdo's Help:
<form id="addForm" ng-submit="doSomething()" name="templateForm" novalidate>
Did the trick.
Add the novalidate tag to your form like this
<form novalidate>
This will prevent the browser from doing his own validation of the form using the required attribute.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With