primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.31k stars 1.22k forks source link

Dropdown menu has a little lag #1458

Closed hurahurat closed 3 years ago

hurahurat commented 3 years ago

Hi, I'm using primevue Dropdown and finding it has a little lag when selecting an item in the dropdown menu. Current behavior

Expected behavior

tugcekucukoglu commented 3 years ago

It's expected behavior, kind of a closing animation.

wsaca commented 2 years ago

@tugcekucukoglu This 200ms delay is annoying because it's added to the transition time. It makes feel the app very slow when we have a lot of dropdown components.

This delay is not applied when we use the keyboard, what's the reason for having a different behavior if ripple is disabled?

rubjo commented 2 years ago

@tugcekucukoglu I agree with the OP, you should consider dropping the delay if ripple is disabled to avoid the component appearing slow and laggy.