Skip to content

Commit

Permalink
Fixed #3237 - Chips | Cannot remove p-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 11, 2022
1 parent 670324b commit faaffe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/chips/Chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ export default {
this.$refs.input.value = '';
this.inputValue = '';
setTimeout(() => {
this.maxedOut && (this.focused = false);
}, 0);
if (preventDefault) {
event.preventDefault();
}
Expand Down

0 comments on commit faaffe0

Please sign in to comment.