diff --git a/src/components/chips/Chips.vue b/src/components/chips/Chips.vue index c1a5e5423a..08e10d36ef 100755 --- a/src/components/chips/Chips.vue +++ b/src/components/chips/Chips.vue @@ -256,6 +256,10 @@ export default { this.$refs.input.value = ''; this.inputValue = ''; + setTimeout(() => { + this.maxedOut && (this.focused = false); + }, 0); + if (preventDefault) { event.preventDefault(); }