ng-mask不能在三星设备上工作

时间:2017-12-07 09:22:39

标签: javascript jquery html typescript ionic-framework

我无法让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"/>

1 个答案:

答案 0 :(得分:1)

据我所知,ng-mask只打算与input type="text"合作。如果您想阻止输入字母,可以使用restrict="reject"。请参阅演示:http://candreoliveira.github.io/bower_components/angular-mask/examples/index.html#/