HTML5 input number min max not working with required

后端 未结 3 763
花落未央
花落未央 2020-12-11 17:04

I would like to force the user to type their age. I also would like to make sure they only enter between 18-99. Is that possible with HTML5 attributes like

3条回答
  •  囚心锁ツ
    2020-12-11 17:51

    This is the expected behaviour because FF21 doesnt supports min,max attribute...

    you can check it in http://html5test.com/

    Check the screenshot enter image description here

提交回复
热议问题