Summary
Allow customization of where the error message is placed β before or after the input element β through the options config.
Basic Example
validateForm('my-form', {
errorPlacement: 'before' // or 'after' (default)
});
Additional context
No response
Summary
Allow customization of where the error message is placed β before or after the input element β through the options config.
Basic Example
errorPlacementaccepted in configafterAdditional context
No response