Is there a way I can achieve flex-direction 'row' for form inputs? (trying to place components side by side)
I was able to achieve the UI functionality by returning custom JSX for 1 field but I don't understand how to add validation to type: 'custom',. Can you please add validation in your "Remember me" button example or a different example for custom component validation?
To get multi column inputs in a row, you don't need to use custom jsx, just pass an array instead of a config object, in case you want custom input just use custom jsx in the config object.
Is there a way I can achieve flex-direction 'row' for form inputs? (trying to place components side by side)
I was able to achieve the UI functionality by returning custom JSX for 1 field but I don't understand how to add validation to type: 'custom',. Can you please add validation in your "Remember me" button example or a different example for custom component validation?