VicMikhailau / MaskedEditText

It allows you to add a mask to EditText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deleting characters inside (###)

yura-f opened this issue · comments

Added mask:
pText.addTextChangedListener(new MaskedWatcher("(###)#######"));

If after a characters input - for example:
(123) 4567890 reposition the cursor and erase figure 2 (or 3 or 1), the input field will be: (13

How fix it?

Thank you!

commented

Hello, Yura.

I will fix this as soon as possible.

@VicMikhailau I'm fix it. Please check and merge)

commented

Fixed in 2.0.0 library version.