Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masking is not working on iOS 16.2 and Nativescript version 8.4.0 #52

Open
lSingh04 opened this issue Feb 21, 2023 · 1 comment
Open

Comments

@lSingh04
Copy link

lSingh04 commented Feb 21, 2023

When I upgraded the nativescript to version 8.4.0 the plugin stopped working on iOS devices.

<MaskedTextField
(textChange)="onTextChange($event)"
[text]="currentText"
[mask]="'(999) 999-9999'"
[keyboardType]="phone"
>

onTextChange($event) is not returning updated text.
May be delegate function is not working.

@lSingh04 lSingh04 changed the title Masking is not working on iOS Masking is not working on iOS 16.2 and Nativescript version 8.4.0 Mar 7, 2023
@lvblazer
Copy link

lvblazer commented Oct 5, 2023

@lSingh04, have a you found a resolution or work around for to this? I am seeing this problem after the upgrade too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants