ScaffolderRJSFFormProps.focusOnFirstError
Home > @backstage/plugin-scaffolder-react
> ScaffolderRJSFFormProps
> focusOnFirstError
If set to true, then the first field with an error will receive the focus when the form is submitted with errors
Signature:
focusOnFirstError?: boolean | ((error: RJSFValidationError) => void);