vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

Specific pattern of check #42

Closed evgenybozhko2 closed 8 years ago

evgenybozhko2 commented 8 years ago

I want check the next: in field user can input characters, numbers or empty field. How I can implement that ?? #

vekexasia commented 8 years ago
 <com.andreabaccega.widget.FormEditText
           whatever:testType="alphaNumeric"
           whatever:emptyAllowed="true"
           android:id="@+id/et_firstname"
           android:layout_width="match_parent"
           android:layout_height="wrap_content"
           />