AutoComplete: Force selection validation trigger to early #14968
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
Problem is that you get a weird effect of the error being shown for a second during selection inside the drop down list.
Stackblitz example
Environment
Reproducer
No response
Angular version
17.2
PrimeNG version
17.9
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18
Browser(s)
chrome
Steps to reproduce the behavior
Problem is that you get a weird effect of the error being shown for a second during selection inside the drop down list.
Stackblitz example
Expected behavior
when using force selection the error should show up while choosing something out of the suggestion list.
when you click and hold the mouse on one of the items you see that the validation is executed but it shouldn't.
you will get a side effect that the error comes up for 1 sec which shouldn't happen.
The text was updated successfully, but these errors were encountered: