Relative Content

Tag Archive for javascriptvuejs3primevue

Primevue3. How to do not close dropdown when selecting an item from the options?

Is it possible not to close options when selecting one of them, when using the standard autocomplete component?
I use this component for the user to select his last name, first name, and patronymic. I get the data dynamically on request after each character is entered. But the first time you click on one of the options, the dropdown closes. I need its state to always be open until the user loses focus on the input.