spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

[Feat]: Apply `aria-describedby` content to Action Button, Picker, Split Button

Open Westbrook opened this issue 3 years ago • 0 comments

Code of conduct

  • [X] I agree to follow this project's code of conduct.

Impacted component(s)

Action Button, Picker, Split Button

Description of the requested feature

Allow the button element within the Action Button, Picker, Split Button patterns to be described.

Mockups or screenshots

No response

Implementation notes or ideas

<sp-action-menu>
    <span slot="label">Label text</span>
    <span slot="description">Description text</span>
</sp-action-menu>

or

<sp-action-menu label="Label text" description="Description text">
</sp-action-menu>

Westbrook avatar Sep 22 '22 15:09 Westbrook