react-validator
react-validator copied to clipboard
Component to validate fields, supports all components including material-ui components
I'm getting this error ``` Uncaught TypeError: getAllSupportedComponent()[this.typeOfCompnent] is undefined render index.js:412 React 11 unstable_runWithPriority scheduler.development.js:653 React 6 ``` And on my App.tsx I've done ``` function App() { fieldValidatorCore.addSupport('TextField',...
Hey there @vishalvisd , Thanks for the package! Got some plans on adding typescript declarations? Cheers, Joel.
Hi . There are many case in real world app that we need to remote validation like the check duplicate or some like this . Is there any plan to...
would be awesome to have a conditional expression on Validator component that alters whether validator is actively checking for and displaying errors