-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
I have a problem whereby when I click on the parent of the tree, the child checkbox is not checked until I hover over it. I've checked using the Vue tools and the data of the tree is selected but it doesn't show on the tree until it is hovered.
Below is the code i use
<div class="dropdowntree">
<v-jstree
show-checkbox
multiple
:data="meterList"
allow-batch
whole-row
:key="componentKey"
ref="tree"
>
<template slot-scope="_">
<div style="display: inherit; width: 200px">
{{ _.model.text }}
</div>
</template>
</v-jstree>
</div>``
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels