我正在使用meteor
和jade-handlebars
包。也coffeescript
用于javascript。现在我jqBootstrapValidation
用来验证我的表格。我需要验证我的电话号码,用户只能输入 10 位数的整数。所以我在我的玉文件中做了跟踪(这只是我文件的一部分)
.control-group
label.control-label Phone Number
.controls
input(type='number',required='required',maxlength="10")
只有数字的验证有效,但 10 位的最大长度无效,数字字段也chrome
无效firefox
。请帮帮我。先感谢您。!!!!