bthurlow / nativescript-maskedinput

A {N} masked input plugin for iOS and Android
Other
8 stars 8 forks source link

First char separator problem #13

Open oncul opened 7 years ago

oncul commented 7 years ago

I am getting error when i use Seperator on first char.

(999) 999 99 99

i check valid() function its returning false. When i use select all and delete after a key press crashing app.

I investigate all function and problem is setSelection(owner.findIndex());.

I think this repo has a lot of bugs.

Can you help ?