Skip to content

Commit

Permalink
Merge pull request #98 from nih-sparc/fix-dropdown-multiselect-bug
Browse files Browse the repository at this point in the history
Fixing dropdown multiselect bug
  • Loading branch information
egauzens authored Mar 7, 2022
2 parents 9182818 + 2238456 commit 9e9bb65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nih-sparc/sparc-design-system-components",
"version": "0.26.8",
"version": "0.26.9",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,14 @@ export default {
},
},
watch: {
allVisibleDataIds(val) {
this.$refs.tree.filter(val)
},
optionsExpanded: function() {
this.$refs.tree.filter()
},
'visibleData': function() {
this.setShowAll();
this.$refs.tree.filter()
}
},
mounted() {
Expand Down

0 comments on commit 9e9bb65

Please sign in to comment.