AutoCompleteBox and ComboBox #11533
Answered
by
sccombp
jim-jiang-github
asked this question in
Q&A
-
How to implement AutoCompleteBox with a small button on right, which will expand the list after clicking. A fusion similar to combobox and AutoCompleteBox? |
Beta Was this translation helpful? Give feedback.
Answered by
sccombp
Jun 1, 2023
Replies: 1 comment 2 replies
-
It is possible but the AutoCompleteBox is a bit of a pain to work with right now. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jim-jiang-github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible but the AutoCompleteBox is a bit of a pain to work with right now.
I have attached a sample project that adds a button (as well as enabling the dropdown when no text has been entered) TestAutoCompleteBehaviour_v11.zip