提问人:rajesh desai 提问时间:12/3/2020 最后编辑:R. Richardsrajesh desai 更新时间:12/3/2020 访问量:18
如何使用 ng-pattern 禁止空格
How to disallow space using ng-pattern
问:
我在我的一个表单字段中设置了 belopw ng-pattern。如果用户输入非数字值,它会在字段上给出验证错误。如果我只是输入空字符串并验证,它不会在字段上显示任何验证错误。如何使用下面的 ng-pattern 检查我的字段是否为空。
ng-pattern="/^(\+|-)?(?:180(?:(?:\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,6})?))$/"
答: 暂无答案
评论
required
)