react-validation
react-validation copied to clipboard
Error field location before the component
I've been trying to find a way to position error html field returned from the validation rules before the component, since it's always inserted after. Is there any setting for that? I finally managed to reverse order of both using flexbox, but don't imagine it's the recommended solution?
I guess the recommended solution is to use custom components.
I had to implement different markup as well and this was the only viable option.