Edittext-Picker icon indicating copy to clipboard operation
Edittext-Picker copied to clipboard

Changing the mask doesn't work

Open fuzzball1980 opened this issue 4 years ago • 1 comments

Hi!

If I created the component on XML and then try to change the mask on code it doesn't change. Even if I dont set the mask on the XML and just set it programatically it doesnt work.

<com.edittextpicker.aliazaz.EditTextPicker android:id="@+id/field1" android:layout_width="match_parent" android:layout_height="50dp" app:mask="##-(##)-####" android:textColor="@android:color/white" android:textColorHint="@color/transparent_white" android:textCursorDrawable="@null" android:textSize="@dimen/login_edit_text_size" android:background="@drawable/edit_text_white_underline" android:gravity="center" />

field1.setMask("##-(##)-####");

any idea?

Thanks!

fuzzball1980 avatar Jun 25 '21 04:06 fuzzball1980

It would be done in the next release. Thanks for your patience.

AliAzaz avatar Oct 05 '21 06:10 AliAzaz

Fixed in Release -v2.1.0

AliAzaz avatar Sep 26 '23 14:09 AliAzaz