NewOldMax / react-form-validator-core

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

Feature for input touched #37

Closed ARKKYN closed 5 years ago

ARKKYN commented 5 years ago

@NewOldMax This pull request is to add functionality to know whether the input is touched (typed in the input) at least once by the user
It helps to add or customize validation messages for inputs

NewOldMax commented 5 years ago

Hi, can you provide real case for this feature?