Skip to content

Children Checkbox is not showing checked until it is hovered #129

@abyss1141

Description

@abyss1141

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>``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions