SelectButton: aria-disabled contains code instead of a boolean value #5235
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
While using the SelectButton component with the option-disabled, I saw in that the
aria-disabled
attribute wasn't a boolean but the code to disable the option.If you open inspect, the HTML looks like this:
Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template-4k4vwi
PrimeVue version
3.4.8
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
option-disabled
with either a function or a string as the valueExpected behavior
The
aria-disabled
attribute should be a boolean.The text was updated successfully, but these errors were encountered: