[Feature Request] net maui dropdown autocomplete #1032
Closed
HimanshuBansal112
started this conversation in
New Feature Discussions
Replies: 1 comment
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to have a feature to make a dropdown in net maui in which user enters text, and according to text entered in between, it suggests what could be options for next text from given list. There will be several, one or no items which are shown according to typed text. I would also like if I have option in which programmer choose whether it search a text from beginning in each string or from mid-anywhere in each string in list. For example, "te" would give result both "ate" and "tear" if searching from mid-anywhere but would give result "tear", not "ate" if search from beginning. My older post with same feature request is at dotnet/maui#13545
Public API Changes
<Autocompletetypebox ItemsSource="{Binding Items}"/>
This allows user to choose from text below from what they have entered.
Use-Case
This can be helpful to choose from a large list.
Beta Was this translation helpful? Give feedback.
All reactions