ScaffolderRJSFFormProps.onBlur
Home > @backstage/plugin-scaffolder-react
> ScaffolderRJSFFormProps
> onBlur
Sometimes you may want to trigger events or modify external state when a field has been touched, so you can pass an onBlur
handler, which will receive the id of the input that was blurred and the field value
Signature:
onBlur?: (id: string, data: any) => void;