NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
94 stars 44 forks source link

Fix min/maxStringLength rules #6

Closed 7Flow closed 6 years ago

7Flow commented 6 years ago

the logical 'or' makes this rules always return true in case of a string, without passing by the length check

NewOldMax commented 6 years ago

Thanks @7Flow