Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions RFC-by-stage/1-approved/rename-form-group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
Status: `Proposal` # Please do not change this.
Implementer: # It will be changed upon merging and as it moves through the RFC stages
---

# Rename form group

## The issue to be solved

Currently GOLD uses the name `form group` to refer to the elements which make up a single form field (label, hint, error message etc). I believe the naming could be improved as it can be easily mistaken for a collection of form fields and not a single form field.

## A short description of the desired outcome or solution

- (The documentation)[https://gold.designsystemau.org/components/form/#form-groups] is updated to reflect the new name
- `au-form-group` is renamed to `au-field`.

## Technical details

- Rename CSS class
- No JS changes are necessary
- Update documentation