Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: show list of features inside Asset Select #100

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

justiandevs
Copy link
Contributor

@justiandevs justiandevs commented Nov 12, 2024

Fixes #7

Copy link

vercel bot commented Nov 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
signalen-frontend-wcag ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 18, 2024 3:41pm

Copy link
Contributor

@Robbert Robbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 dingen die gelijk opvallen:

De checkboxes moeten nog in een checkbox group, bijvoorbeeld:

<Fieldset>
   <FieldsetLegend><Heading level={1}>Kies de straatverlichting</Heading></FieldsetLegend>
   ...
</Fieldset>

en tweede: de volgorde moet niet veranderen als je dingen checkt. Probeer eens de checkboxes te bedienen met het toetsenbord, dan snap je wat ik bedoel.

) ? (
<Icon>
<img src={featureType?.icon.iconUrl} />
</Icon>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goed dat je 'm in een <Icon> zet!

@Robbert
Copy link
Contributor

Robbert commented Nov 18, 2024

Nog een ideetje: "Straatverlichting 001" is wel erg lang voor een screen reader. Kunnen we het afkorten tot "Licht 001"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

De mogelijkheid toevoegen om een vraag van het type AssetSelect te selecteren
2 participants