angularjs ng-minlength validation is not working, form still being submitted

前端 未结 6 1976
半阙折子戏
半阙折子戏 2020-12-14 18:16

I am trying to submit the form on only successful validation. validation is working for required but not working for ng-minlength

form input is invalid but form is

6条回答
  •  囚心锁ツ
    2020-12-14 18:37

    Both ng-minlength & mg-maxlength works in AngularJS. I've tested this in AngularJS version 1.3.
    Make sure to use novalidate with

    to disable browser's native validation.

提交回复
热议问题