spectrum-web-components
spectrum-web-components copied to clipboard
[Feat]: Apply `aria-describedby` content to Action Button, Picker, Split Button
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>