Skip to content

Commit

Permalink
Merge pull request #82 from nih-sparc/add-default-checked-ids-option
Browse files Browse the repository at this point in the history
added default checked ids prop
  • Loading branch information
egauzens authored Feb 2, 2022
2 parents a8dac22 + f152f8a commit 7d1a9b6
Show file tree
Hide file tree
Showing 2 changed files with 5 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.25.1",
"version": "0.25.2",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,14 @@ export default {
enabled: {
type: Boolean,
default: true
},
defaultCheckedIds: {
type: Array,
default: () => []
}
},
data() {
return {
defaultCheckedIds: [],
showAll: true,
treeProps: {
label: 'label'
Expand Down

0 comments on commit 7d1a9b6

Please sign in to comment.