Open lSingh04 opened 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.
@lSingh04, have a you found a resolution or work around for to this? I am seeing this problem after the upgrade too
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.