zoft.MauiExtensions.AutoCompleteEntry
zoft.MauiExtensions.AutoCompleteEntry copied to clipboard
AutoComplete Entry control for .Net MAUI that provides a list of suggestions as the user types
Can you remove the underline on all the platforms
The entries does not respect the height and width request given to the control example: ```xaml ``` 
Hi, is there a way to personalize the autocomplete on ios like removing the line in the bottom of the autocomplete entry or remove the unnecessary padding at the end...
- To augment suggestion list to show images, tags, etc. - Add ItemTemplate property AutoCompleteEntry to customize the suggestion list. - In Android, i think `Adapter = _adapter = new...
When i open the page "With bindings" on ios I would expect the text "Port" to be visible on the page but instead it's not, That's because `handler?.PlatformView?.UpdateSelectedSuggestion(autoCompleteEntry);` is being...
Add a property in the **AutoCompleteEntry**, to allow the user to choose where to show the suggestion list (**Top** or **Bottom**). Make Bottom the default value. **NOTE: This will be...
Already supported on iOS and Android with the property `ShowBottomBorder`
- Add ItemTemplate property AutoCompleteEntry to customize the suggestion list. - Already supported on iOS and Android
I could prepare the subscription of the demo app in the Google Play Store (for starters) but I need 12 testers before I can deploy an app in the store......