You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I have checked if the component already exists in any of the Green libraries
For which framework/library you are requesting the component
Angular
Description
In rendered ngg-dropdown there are elements with ids, for example <gds-field-base-2d2e21 slot="trigger" id="field" gds-element="gds-field-base" aria-expanded="false" gds-aria-haspopup="dialog"> , gds-listbox, label and a button.
This creates duplicate ids when you have more than one dropdown in a form or on a page.
Who will benefit from this feature?
Everyone, both those with assistive technology and "regular" users.
Anything else?
There shouldn't be any duplicate ids in the code. Maybe you can use CoPilots suggestion and use uuid generator? 😊🤖
The text was updated successfully, but these errors were encountered:
Does the component already exist
For which framework/library you are requesting the component
Angular
Description
In rendered ngg-dropdown there are elements with ids, for example
<gds-field-base-2d2e21 slot="trigger" id="field" gds-element="gds-field-base" aria-expanded="false" gds-aria-haspopup="dialog">
, gds-listbox, label and a button.This creates duplicate ids when you have more than one dropdown in a form or on a page.
Who will benefit from this feature?
Everyone, both those with assistive technology and "regular" users.
Anything else?
There shouldn't be any duplicate ids in the code. Maybe you can use CoPilots suggestion and use uuid generator? 😊🤖
The text was updated successfully, but these errors were encountered: