Property 'disabled' does not exist on type 'SelectButtonContext'. #5354
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When writing a preset for PrimeVue's
SelectButton
the type forSelectButtonContext
is missing thedisabled
attribue.Reproducer
https://stackblitz.com/edit/primevue-nuxt-issue-template-pupzcs?file=prime-vue-preset%2Fselectbutton%2Findex.ts
PrimeVue version
3.49.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
SelectButtonContext
hasdisabled
definedThe text was updated successfully, but these errors were encountered: