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

NumericRangeValidator only supports integer values #45

Closed ssmusoke closed 8 years ago

ssmusoke commented 8 years ago

What option is there for supporting decimal values validation within the ranges?

vekexasia commented 8 years ago

Hello @ssmusoke sorry for the delay. I'll introduce a new FloatNumericRangeValidator :)

viktoschi commented 7 years ago

but it supports only integer ranges... what if i need a range between 0.1 - 9.99