PeterStaev / nativescript-masked-text-field

:hash: A NativeScript Masked Text Field widget
Apache License 2.0
25 stars 24 forks source link

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

Open lSingh04 opened 1 year ago

lSingh04 commented 1 year ago

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.

lvblazer commented 1 year ago

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