From 34f0b0065127aed8a477255e68f21d024e755ea7 Mon Sep 17 00:00:00 2001 From: Ciro Laptop Date: Wed, 27 May 2020 15:17:24 +0200 Subject: [PATCH] feat: emit input on remove chip --- src/component/QFilterConfigurator.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/QFilterConfigurator.vue b/src/component/QFilterConfigurator.vue index 4ec355a..a5423a8 100644 --- a/src/component/QFilterConfigurator.vue +++ b/src/component/QFilterConfigurator.vue @@ -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 }) => {