Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format gets duplicated when deleting #25

Closed
Namud opened this issue Sep 3, 2020 · 2 comments
Closed

Format gets duplicated when deleting #25

Namud opened this issue Sep 3, 2020 · 2 comments
Assignees
Labels

Comments

@Namud
Copy link

Namud commented Sep 3, 2020

Hello, Dear Developer.
Using the following code and format

<com.santalu.maskedittext.MaskEditText
android:id="@+id/maskEditText"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginStart="21dp"
android:layout_marginLeft="21dp"
android:layout_marginTop="25dp"
android:layout_marginEnd="21dp"
android:layout_marginRight="21dp"
android:background="@drawable/rounded_input_phone_pass"
android:hint="Telephone nomery"
android:inputType="phone"
android:paddingLeft="23dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:met_mask="+8(###) ### - ## - ##" />
After first delete numbers in mask. Happend this:
01
02

@santalu
Copy link
Owner

santalu commented Sep 6, 2020

Hi, please upgrade to the latest version.

Checkout README for more instructions

@santalu santalu closed this as completed Sep 6, 2020
@Namud
Copy link
Author

Namud commented Sep 7, 2020

Thank you very much!!!

@santalu santalu added the invalid label Sep 7, 2020
@santalu santalu self-assigned this Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants