Andre Fox

Results 6 issues of Andre Fox

If I have multiple containers and I need to reset the state to initialState of each one upon let say when a user logs out. What is the best way...

In validatorjs, you can do something like this to set a specific error message per attribute: https://github.com/skaterdav85/validatorjs#custom-error-messages ```js let input = { name: '', email: '' }; let rules =...

More of a question, want to bring in V2 but just checking if there are any breaking changes I need to be aware of. Thanks. :)

invalid

When I define my rules this way: ```js { name: 'suitability', label: 'Suitability', fields: [ { name: 'project_completion', label: 'Project Completion', rules: 'required' }, { name: 'answers', labels: 'Answers', fields:...

fix

Anyone using this library with their SSR setup? I keep getting `Invariant Violation: Browser history needs a DOM` errors with react-router...

Question, is there an event or a way to know which components are being pre-selected **during** the drag and select process?