Replies: 1 comment
-
So the AutoSuggestBox control project version I am working with is working with Android and iOS. The public project is at : https://github.com/davefxy/dotMorten.Maui.AutoSuggestBox |
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
-
I have attempted to migrate DotMorten AutoSuggestBox from Xamarin.Forms to .Net Maui. I succeeded migrating the Android part of the DotMorten AutoSuggestBox but I don't know iOS code so I unable to complete the migration for iOS.
I have noticed a number of people looking for a .Net Maui version of this control. I am happy to upload the migrated project so the iOS portion can be completed.
The issue with the iOS version is the drop down list of suggestions. Each of the drop down list entry height are clipped. I can't figure out how to correct this in the iOS handler.
Beta Was this translation helpful? Give feedback.
All reactions