mask
Here are 280 public repositories matching this topic...
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
-
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.
Custom Label to apply animations on whole text or letters.
-
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
Android library contain custom realisation of EditText component for masking and formatting input text
-
Updated
Feb 12, 2018 - Java
UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
-
Updated
Jun 9, 2020 - C#
The custom masks for EditText. The solution for input phone numbers, SSN, and so on for Android
-
Updated
Mar 20, 2020 - Java
A simple edittext with mask
-
Updated
Feb 7, 2020 - Kotlin
WeDataSphere is a financial level one-stop open-source suitcase for big data platforms. Currently the source code of Scriptis and Linkis has already been released to the open-source community. WeDataSphere, Big Data Made Easy!
-
Updated
Jun 17, 2020
NSStringMask allows you to apply masks or formats to NSStrings using NSRegularExpression to input your format.
-
Updated
Dec 13, 2018 - Objective-C
Reverse mask for uGUI element in Unity.
-
Updated
Dec 11, 2019 - C#
An extensive ROS toolbox for object detection & tracking and face/action recognition with 2D and 3D support which makes your Robot understand the environment
-
Updated
Mar 30, 2020 - Python
Extend the Bootstrap Modal features, making dialog more functions and easier to use, dialog type including modal, alert, mask and toast types
-
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
A simple and clean instructional dialog plugin for Vue2, dialog type including Modal, Alert, Mask and Toast
-
Updated
Jun 26, 2020 - CSS
OpenEXR files able to isolate any object of a CG image with a perfect antialiazing
-
Updated
May 28, 2020 - Python
Mask sensitive data: replace blacklisted elements with redacted values
-
Updated
Nov 28, 2018 - PHP
格式化输入框,可用来格式化电话号码、身份证号码、银行卡号码等; FormatEditText can be used as a number formatted text input box, which can be used to format phone numbers, format ID numbers, format bank card numbers, etc.
-
Updated
Jun 5, 2020 - Java
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.
-
Updated
Jun 18, 2019 - Python
A customized shape view with shadow and transparent background supported.
-
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.