alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

Clear all pin fields #66

Open vinzaceto opened 4 years ago

vinzaceto commented 4 years ago

Hi, I can't find a method to clear all pin fields together. Can you help me?

azizanhakim commented 4 years ago

you can set PinEntryEditText to null.

pinEntryEditText.setText(null);