jquense / react-formal

Sophisticated HTML form management for React
http://jquense.github.io/react-formal
MIT License
527 stars 52 forks source link

How to validate custom form type created by addInputTypes #169

Open agile116 opened 5 years ago

agile116 commented 5 years ago

Hello,

I created a custom form type by using addInputTypes, but I didn't find a way to do validation on that field. I mean the schema doesn't validate it. Can you help me with it? Thanks.