该maxlength属性无法使用<input type="number">.这只发生在Chrome中.
maxlength
<input type="number">
<input type="number" class="test_css" maxlength="4" id="flight_number" name="number"/>
html5 google-chrome
你如何设置这样的属性?例如,信用卡的CCV字段应具有最大长度3.到期日的最大长度应为月份2和4年.
react-native
google-chrome ×1
html5 ×1
react-native ×1