demetrio812 / EurekaSwiftValidatorComponents

Eureka custom inline rows supporting SwiftValidator
MIT License
15 stars 5 forks source link

Includes hidden rows in validation #2

Closed JJLewis closed 8 years ago

JJLewis commented 8 years ago

So if I have some hidden rows in a table that do not need to be there, but they happen to be textfields. EurekaSwiftValidatorComponents includes that in the validation, so that the form actually does not get validated unless those hidden field fulfil their rules.

demetrio812 commented 8 years ago

Hello, this should be fixed now, please try it and let me know, I've also updated the example project to test the hidden fields.