Skip to content

Commit

Permalink
feat: emit input on remove chip
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed May 27, 2020
1 parent 7fc8c1e commit 34f0b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/QFilterConfigurator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ export default {
else if (this.getFilter(key).range) this.$set(this.copy, key, { min: null, max: null })
else this.$set(this.copy, key, null)
this.$delete(this.value, key)
this.emitInput()
},
selectAllByModel (opts, key) {
opts.forEach(({ value }) => {
Expand Down

0 comments on commit 34f0b00

Please sign in to comment.