ToggleButton: aria-label removed from ToggleButton #6976
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Adding an
aria-label
to aToggleButton
component does not result in it being added in the html:renders:
Reproducer
https://stackblitz.com/edit/j9yfme6g?file=src%2FApp.vue
PrimeVue version
4.2.5
Vue version
4.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
All
Steps to reproduce the behavior
aria-label
for examplearia-label="test 123"
=> the arial-label is not rendered in the html
Expected behavior
The aria-label should not be removed from the button
The text was updated successfully, but these errors were encountered: