Skip to content

feat: star rating form element#7108

Open
thiessenp-cds wants to merge 19 commits into
mainfrom
start-rating
Open

feat: star rating form element#7108
thiessenp-cds wants to merge 19 commits into
mainfrom
start-rating

Conversation

@thiessenp-cds

@thiessenp-cds thiessenp-cds commented May 8, 2026

Copy link
Copy Markdown
Contributor

Summary | Résumé

Adds a star rating element to the form-builder and form-viewer. The interaction is accessible and based on the W3C Authoring Practices Guide star rating example.

A quick description of the feature:
The Star Rating gives our users a new option to rate services. It is nothing ground breaking so I'll skip the visual/behaviour description and benefits.
Under the hood it uses radio inputs (one per star). Each star is a <label>/<input type="radio"> pair styled visually as a star. This gives the same keyboard accessibility as a radio button. The submitted value is a numeric value (same as a radio).

Here is a demo:

Screen.Recording.2026-05-08.at.11.21.39.AM.mov

@github-actions github-actions Bot added the !! Package Update !! Please ensure packages are built and pushed label May 8, 2026
@thiessenp-cds thiessenp-cds marked this pull request as draft May 8, 2026 14:52
@thiessenp-cds thiessenp-cds changed the title [experimental] start rating [experimental] star rating form element May 8, 2026
@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

@thiessenp-cds thiessenp-cds changed the title [experimental] star rating form element feat: star rating form element Jun 23, 2026
@thiessenp-cds thiessenp-cds marked this pull request as ready for review June 23, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

!! Package Update !! Please ensure packages are built and pushed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant