We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9839d77 commit 93f098eCopy full SHA for 93f098e
src/components/TagSelect/index.jsx
@@ -54,6 +54,7 @@ export default {
54
Object.keys(this.items).forEach(v => {
55
this.items[v] = checked.checked
56
})
57
+ this.localCheckAll = checked.checked
58
},
59
getItemsKey (items) {
60
const totalItem = {}
0 commit comments