GlFormFields - add a validateOnBlur prop that defaults to true
Proposal
Currently GlFormFields
validates on blur and there is no way to configure it. There are use cases where we only want to validate on submit so we should add a way to configure this. If we add a validateOnBlur
prop that defaults to true
then that prop can be set to false