Merge pull request #6855 from KumJungMin/fix/issue-6849

fix(TreeTable): prevent selection when selectable is set to false (checkbox mode)
pull/6877/head
Tuğçe Küçükoğlu 2024-11-26 10:32:48 +03:00 committed by GitHub
commit 9959769189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
:modelValue="checked"
:binary="true"
:class="cx('pcNodeCheckbox')"
:disabled="node.selectable === false"
@change="toggleCheckbox"
:tabindex="-1"
:indeterminate="partialChecked"