nativescript-masked-text-field icon indicating copy to clipboard operation
nativescript-masked-text-field copied to clipboard

:hash: A NativeScript Masked Text Field widget

Results 9 nativescript-masked-text-field issues
Sort by recently updated
recently updated
newest added

When I upgraded the nativescript to version 8.4.0 the plugin stopped working on iOS devices. onTextChange($event) is not returning updated text. May be delegate function is not working.

There are three different directories that are not being resolved in `masked-text-field-common.js` ``` ERROR in ./node_modules/nativescript-masked-text-field/masked-text-field-common.js 6:13-36 Module not found: Error: Can't resolve 'ui/core/view' in '/Users/jwhitley/myhighland-app/node_modules/nativescript-masked-text-field' @ ./node_modules/nativescript-masked-text-field/masked-text-field.ios.js 7:33-70 8:9-46...

★ProPlugins★

I'm new to NativeScript and I'm starting with Vue, how do I use it with NativeScript-Vue? I tested like this, but got no result ``` ```

help wanted
question

I was trying to use this plugin with NS7 and angular 10, i was able to install every other dependency but this one. Looks like everything works if we do...

★ProPlugins★

Validation with [(ngModel)] doesnt work correctly

question

I think it's a good idea to let the user set regex as mask. This way, the masked text field will be more generic and it can handle more use...

enhancement
help wanted

I am developing a material components plugin, and one of my components is a textfield. Would love to be able to use your plugin! One solution would to make your...

enhancement
help wanted

I'm using the version for the angular. I followed all the steps that have been described here. But when my page loads I get the following error: ```JS: ERROR Error:...

external issue