Callback types shown in the documentation ARE NOT CORRECT. Callbacks are typed differently in the actual library type definitions. #657
Labels
Bug
Item which indicates that something is not working
Kendo UI for Vue
SEV: Medium
triaged
triaged bugs
Describe the issue
https://www.telerik.com/kendo-vue-ui/components/inputs/api/RadioButtonProps/#toc-onchange
Radio Button Props in the API references describes onChange as having the type of:
But in the actual library, this is not the case. We are using
"@progress/kendo-vue-inputs": "^6.0.1",
.Here are the actual type definitions in
node_modules > @progress > kendo-vue-inputs > index.d.mts > RadioButton
This is causing TypeScript errors when I try to use the component how the documentation suggests:
This isn't only limited to Radio Buttons or just this library, but other libraries as well. Take this one for example:
Screenshots
Browser
Additional context
N/A
The text was updated successfully, but these errors were encountered: