-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Add ItemTemplate to customize the Drop Down suggestions #28
Comments
It looks like @david-d-le has a solution for this CommunityToolkit/Maui#1828 (reply in thread) |
Yup, there's already some work being done in this direction. Maybe @david-d-le can PR the code into that branch and we can work from there and add support for the rest of the platforms (iOS, Mac and Windows)? |
Hi, i will do PR as soon as i am back and will have access to my pc |
Thanks @david-d-le for the PR. I've completed the PR and now the branch 'feature/item_template_support' has the latest changes that support Android ItemTemplate. |
Adapter = _adapter = new AutoCompleteAdapter(Context, global::Android.Resource.Layout.SimpleDropDownItem1Line);
needs to be modifiedThe text was updated successfully, but these errors were encountered: