Oleksii An

Results 8 comments of Oleksii An

What's the purpose of doing it? You can always return ```null``` within rule component or just not to render ```error``` prop.

For this case you can use HOC ```control``` which mixes in props ```isUsed``` and ```isChanged``` relative to was the control "blur"ed and "change"d and do your own rendering logic. ```javascript...

Hey @delch , It's not implemented yet. I'll prepare the release asap. Thanks, Oleksii

Hey @delch , I've come with few questions and notices. First, what do you want to validate on radio buttons? Is it only `checked` state? Or you need validate the...

Hey @carliecope , I assume you also need some mapping to the validation Components. So for instance you'll show hints like: Input 'inputName' is required. Input 'otherInputName' should be alpha....

Hey @SergeyNedayvoda , What's the purpose of that? Could you just define that rule like `lt8`? Thanks, Oleksii

@cheton , did you tested it? I believe on that loop errors setup isn't made yet since ```_setErrors``` called asynchronously and ```hasErrors``` will get ```prevState```.