Component: MultiSelect ExpressionChangedAfterItHasBeenCheckedError when spam clicking #13942
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When you spam click on the MultiSelect input to open the options, you get the following error in console.
ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'false'. Current value: 'true'. Expression location: MultiSelect component.
See here:
Environment
N/A
Reproducer
https://stackblitz.com/edit/c75mkf?file=package.json
Angular version
16.2.0
PrimeNG version
16.5.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
n/a
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
To not have the errors in console
The text was updated successfully, but these errors were encountered: