angularjs - How to get rid of HTML5 validation - totally -
there related questions, don't help. this one help if had inputs within forms. don't angularjs need form if wan't know if fields in set valid. moreover, html form don't stack, i'm using ng-form only.
i don't care if form gets validated or not, want rid of reddish border in firefox in this question. there way how style glowing reddish 0 size or transparency or whatever? in firefox can't see it.
alternatively, there possibility teach angularjs work other attribute name rather required, html5 doesn't jump in visually destroy page?
actually, there's simpler possibility: i'm using no html forms @ , need top-level container anyway, can <form novalidate> instead of <div>. simple seen.
you can utilize :
:invalid { box-shadow: none; } :invalid
html5 angularjs validation html5-validation
No comments:
Post a Comment