We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f761bb9 + 80b0796 commit 2d4968cCopy full SHA for 2d4968c
panel/src/components/Collection/Item.vue
@@ -114,15 +114,14 @@ export default {
114
},
115
/**
116
* If `true`, the item will be selectable via a checkbox
117
+ * @since 5.0.0
118
*/
119
selecting: Boolean,
120
121
* If `false`, the select checkbox will be disabled
122
123
- selectable: {
- type: Boolean,
124
- default: true
125
- },
+ selectable: Boolean,
126
127
* If `true`, the sort handle will be shown on hover
128
@@ -356,7 +355,7 @@ export default {
356
355
}
357
358
/** Selectable state */
359
-.k-item[data-selectable="true"] {
+.k-item[data-selecting="true"][data-selectable="true"] {
360
cursor: pointer;
361
362
.k-item-options-checkbox {
0 commit comments