ScaffolderRJSFFormProps.tagName
Home > @backstage/plugin-scaffolder-react
> ScaffolderRJSFFormProps
> tagName
It's possible to change the default form
tag name to a different HTML tag, which can be helpful if you are nesting forms. However, native browser form behaviour, such as submitting when the Enter
key is pressed, may no longer work
Signature:
tagName?: ElementType;