Is there a minlength validation attribute in HTML5?

前端 未结 17 1735
日久生厌
日久生厌 2020-11-22 17:10

It seems the minlength attribute for an field doesn\'t work.

Is there any other attribute in HTML5 with the help of which I

17条回答
  •  余生分开走
    2020-11-22 17:10

    I used max and min then required, and it worked for me very well, but what am not sure is if it is a but coding method.

    
    

提交回复
热议问题