pattern for input type=“text” with min and max number

前端 未结 3 1567
猫巷女王i
猫巷女王i 2020-12-18 04:07

how to write pattern for input type=\"text\" (it can\'t be number and the validation can\'t be with JS) that allow me to enter only numbers, min:1 and max:5000?

3条回答
提交回复
热议问题