Skip to content

Commit

Permalink
fix(select multi): fix counter when resetting form (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Nov 7, 2022
1 parent 870aced commit bf073af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/implementations/vanilla/components/select/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ export class Select {
}
});
this.updateCurrentValue();
this.updateSelectionsCount(0);
}, 10);
}
}
Expand Down

1 comment on commit bf073af

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.