Skip to content

Refactor FormFooter component to be easier to reuse #12272

Closed as not planned
Closed as not planned
@BrunoQuaresma

Description

@BrunoQuaresma

The current FormFooter component is not extendable and makes adding new actions/buttons hard. A good abstraction could be:

<Form.Actions>
   <Form.Submit />
   <Form.Cancel />
   <Button>Any other action here</Button>
</Form.Actions>

Metadata

Metadata

Assignees

Labels

siteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions