Is there a minlength validation attribute in HTML5?

前端 未结 17 1727
日久生厌
日久生厌 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条回答
  •  -上瘾入骨i
    2020-11-22 17:16

    Here is HTML5-only solution (if you want minlength 5, maxlength 10 character validation)

    http://jsfiddle.net/xhqsB/102/

提交回复
热议问题