小智 5
使用css你可以做到这一点
将此类添加到您的CSS.
.mask-text {
-webkit-text-security: disc;
-moz-webkit-text-security: disc;
-moz-text-security: disc;
}
Run Code Online (Sandbox Code Playgroud)
并在你的输入元素中使用它,它将在IOS 6 +和android 4.0 +设备中工作.它不适用于Windows设备.
<input class="form-control mask-text" type="tel"
name="account" ng- model="my.model" >'
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
2878 次 |
最近记录: |