SpeedDial: allow aria-label attribute #3254
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the feature you would like to see added
I would really like to allow the aria-label attribute on the SpeedDial component so that the generated button has this property.
I think it would also be interesting to be able to allow the aria-label attribute in the items of the MenuItem component.
Is your feature request related to a problem?
No response
Describe the solution you'd like
No response
Describe alternatives you have considered
Currently I can manage to add the aria-label attribute on the button generated by the SpeedDial component by passing the 'buttonTemplate' property. But by doing that, I have to redefine all the behaviors (show/hide menu) of the SpeedDial component.
Additional context
No response
The text was updated successfully, but these errors were encountered: