gcanti / tcomb-form

Forms library for react
https://gcanti.github.io/tcomb-form
MIT License
1.16k stars 136 forks source link

allow hasError to be a function #396

Open goodwill opened 6 years ago

goodwill commented 6 years ago

This PR introduce the ability to use a function in hasError, similar to getValidationErrorMessage, which allow error message to be feed in by function, very useful for server side return results + state based error message lookup.