ScaffolderRJSFFormProps.showErrorList
Home > @backstage/plugin-scaffolder-react > ScaffolderRJSFFormProps > showErrorList
When this prop is set to top or 'bottom', a list of errors (or the custom error list defined in the ErrorList) will also show. When set to false, only inline input validation errors will be shown. Set to top by default
Signature:
showErrorList?: false | 'top' | 'bottom';