Trigger the dropdown menu through field in the Autocomplete component #3247
Unanswered
MightyFo0l
asked this question in
PrimeNG
Replies: 2 comments
-
I agree, I would like to be able to see the dropdown on focus if my minLenght is 0 (for example). Other idea is put dropdown mode on the field but i think it's make less sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, how can I make sure that the options get shown when the field gets active, not just through clicking on the chevron button?
https://primeng.org/autocomplete#dropdown
In the 'Dropdown' example, you need to add
[dropdown]="true"
to make the chevron (and thus the menu) appear. But it would be ideal if the menu can appear when activating the field. I think that makes for a superior User Experience.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions