kendo-vue
kendo-vue copied to clipboard
[Bug][Grid] When using a checkbox ` k-checkbox-wrapper` is rendered twice
Describe the bug
When trying to override and use a checkbox it's printing the k-checkbox-wrapper
element twice.
To Reproduce Steps to reproduce the behavior:
- Open this example: https://stackblitz.com/edit/zsqzyz-6m38oi?file=src%2Fmain.vue
- Observe in the rendered markup:
Expected behavior
No k-checkbox-wrap
to be rendered and slot to be checkbox not k-checkbox-wrap
Ticket ID: 1643888