nativescript-masked-text-field
nativescript-masked-text-field copied to clipboard
Masking is not working on iOS 16.2 and Nativescript version 8.4.0
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, have a you found a resolution or work around for to this? I am seeing this problem after the upgrade too