mask
Here are 280 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Objective-C
It would be nice to remove some useless backets on documentation code.
Example:
<TextInputMask
type={'cpf'}
value={this.state.cpf}
onChangeText={text => {
this.setState({
cpf: text
})
}}
/>It would be better a example like this
<TextInputMask
type='cpf'
value={this.state.cpf}
onChangeText={text => {
this.setState({
check if NNNNNNN-DD.AAAA.JTR.OOOO is valid.
-
Updated
Jun 4, 2020 - Objective-C
MacBook-Air-jennyzhmenny:taxi jv$ react-native --version
react-native-cli: 2.0.1
react-native: 0.48.4
Console output:
/Users/jv/code/taxi/node_modules/react-native-text-input-mask/ios/RNTextInputMask/RNTextInputMask/RNTextInputMask.m:40:46: error: no visible @interface for 'RCTTextField' declares the selector 'textField'
RCTUITextField *textView = [view textField];
i'm using "ngx-mask": "^8.1.6", with angular 9 :
"typescript": "~3.7.5",
"@angular-devkit/build-angular": "~0.900.1",
"@angular/cli": "~9.0.1",
"rxjs": "~6.5.4",
jumps around when adding numbers to the beginning of textbox .
Screencast 2020-03-30 12-24-56.zip
ca
-
Updated
Feb 12, 2018 - Java
-
Updated
Jun 9, 2020 - C#
-
Updated
Mar 20, 2020 - Java
-
Updated
Feb 7, 2020 - Kotlin
-
Updated
Jun 17, 2020
-
Updated
Dec 13, 2018 - Objective-C
-
Updated
Dec 11, 2019 - C#
-
Updated
Mar 30, 2020 - Python
-
Updated
Oct 13, 2018 - JavaScript
-
Updated
Aug 23, 2018 - JavaScript
Thanks for this great and useful little library. It is only one feat. short of suiting my needs. In most case my user deals with integer (precision 0), but in some case it might want to type a dot '.' to enter a fractional amount. In this case I would rather having the parser interpret the dot '.' and not ignore it making the amount larger by adding two digits
Given a precision of 0,
typing 1
-
Updated
Jun 26, 2020 - CSS
-
Updated
May 28, 2020 - Python
-
Updated
Nov 28, 2018 - PHP
-
Updated
Jun 5, 2020 - Java
-
Updated
Jun 18, 2019 - Python
-
Updated
Oct 30, 2019 - Swift
Improve this page
Add a description, image, and links to the mask topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mask topic, visit your repo's landing page and select "manage topics."
In the docs examples
https://igorescobar.github.io/jQuery-Mask-Plugin/
//*[@id = 'placeholder'] returns multiple results
The only reason I noticed is that I use it for automated tests that were checking compatibility.