我无法让ng-mask
在三星设备上正常工作。光标表现得很奇怪。它在其他设备上完美运行
图书馆链接: https://github.com/candreoliveira/ngMask
<input type="tel" class="mobile_text_field" restrict="reject" clean="true" mask="(999) 999-9999" id="phone"ng-model="user_signup.mobile"placeholder="Type your mobile number here"/>
答案 0 :(得分:1)
据我所知,ng-mask
只打算与input type="text"
合作。如果您想阻止输入字母,可以使用restrict="reject"
。请参阅演示:http://candreoliveira.github.io/bower_components/angular-mask/examples/index.html#/