react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

Error field location before the component

Open bartek4c opened this issue 8 years ago • 1 comments

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?

bartek4c avatar May 15 '17 09:05 bartek4c

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.

spiderpug avatar Jun 16 '17 08:06 spiderpug