maui icon indicating copy to clipboard operation
maui copied to clipboard

[Feature request] net maui dropdown autocomplete

Open HimanshuBansal112 opened this issue 2 years ago • 2 comments

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.

Public API Changes

<Autocompletetypebox ItemsSource="{Binding Items}"/>

This allows user to choose from text below from what they have entered.

Intended Use-Case

In my app which I made for myself, I came across one thing I wanted. I was saving my data in that app. But when choosing, I had to scroll when I remembered a part of it, it became an issue, to choose in a large data. So I decided to add dropdown autocomplete but I found that there is no built in feature to do so.

HimanshuBansal112 avatar Feb 24 '23 13:02 HimanshuBansal112

Hello @HimanshuBansal112 ,

I think this proposal can fit better on Maui Community Toolkit. I recommend you to open a discussion first to start talking about here: https://github.com/CommunityToolkit/Maui/discussions/new/choose so we can discuss and if it gets championed, then the implementation can be certainly possible 👍🏻

vhugogarcia avatar Feb 24 '23 15:02 vhugogarcia

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost avatar Feb 28 '23 19:02 ghost

also DataGrid Witrh All Propertise for datagrid like silverlight this is important for maui desktop applications we need this

muradcsc415 avatar May 28 '23 05:05 muradcsc415