Skip to content

Commit

Permalink
vue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Sep 19, 2024
1 parent 0d39d3c commit 2319e94
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ export default {
},
},
chipMaxWidth: {
async handler () {
this.initSelectedItems();
},
},
async label () {
await this.$nextTick();
// Adjust the chips position if label changed
Expand Down Expand Up @@ -761,7 +767,6 @@ export default {
}
.combobox__chip--truncate {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit 2319e94

Please sign in to comment.