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

Masking is not working on iOS 16.2 and Nativescript version 8.4.0

Open lSingh04 opened this issue 2 years ago • 1 comments

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" ></MaskedTextField>

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

lSingh04 avatar Feb 21 '23 14:02 lSingh04

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

lvblazer avatar Oct 05 '23 15:10 lvblazer