creating hybrid autocomplete-select #1898
FrancescoCarraro
started this conversation in
Ideas
Replies: 1 comment
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
first of all thenks for your amazing work, I really love metroui and I use it for all of my projects
Now let's talk about ideas!
I recently had to create a suggestions UI item: I wanted to let users writing a few chars and then retrieving suggestions by clicking the 'search' icon. Suggestions were categorized so I came up using both 'input' and 'select' UI elements. Of course they're overlapped.
I used 'input' for writing text and starting retrieving suggestions and then hiding it and showing select when suggestions are available. Too much tricky....but works (but I had to add a button to reset items visibility when done or to change suggestions)
What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions