rengwuxian / MaterialEditText

EditText in Material Design
6.11k stars 1.05k forks source link

Create a new validator + test : MaxLengthValidator #351

Open corentinc opened 6 years ago

corentinc commented 6 years ago

Hi!

A most common case is to check the length of a text. It think it could be useful to have this validator in your library.

Corentin