DataTable: Cannot read properties of null when editMode="cell" and selectionMode="single" #5100
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
If the table has a props
selectionMode="single"
,editMode="cell"
And in the column body template we have a div, not a pure value.
there will be an error in the console when clicking on a cell
chunk-LI252WGL.js?v=e3bda5c5:1700 Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')
Reproducer
https://stackblitz.com/edit/aghk4e?file=src%2FApp.vue
PrimeVue version
3.45.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: