Skip to content
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

SfAutocomplete #86

Closed
Strypper opened this issue Feb 9, 2023 · 2 comments
Closed

SfAutocomplete #86

Strypper opened this issue Feb 9, 2023 · 2 comments
Assignees
Labels
bug 🐛 Something isn't working new feature 🚀 New feature addition syncfusion ⚒️ Relate to the Syncfusion .NET MAUI cross platform UI controls

Comments

@Strypper
Copy link
Owner

Strypper commented Feb 9, 2023

Description

image

The .NET MAUI Autocomplete control is highly optimized to load and populate suggestions quickly from large amounts of data depending on the user’s input characters. It allows users to select an item from the suggestion list. It displays the selected item in the input view with the text and clear button.

Public API Changes

xmlns:editors="clr-namespace:Syncfusion.Maui.Inputs;assembly=Syncfusion.Maui.Inputs"
<ContentPage.Content>    
    <editors:SfAutocomplete x:Name="autocomplete" />
</ContentPage.Content>
SfAutocomplete autocomplete = new SfAutocomplete(); 
Content = autocomplete;

Intended Use-Case

  • Data binding – Provided support to bind various types of data sources.
  • Filtering – The Autocomplete filters items based on the entered text and auto-fills with the first suggestion.
  • Searching – Highlights the matching item in the drop-down list based on the provided input.
  • Placeholder – Display placeholder text inside the control until the user enters text.
@Strypper Strypper added new feature 🚀 New feature addition syncfusion ⚒️ Relate to the Syncfusion .NET MAUI cross platform UI controls labels Feb 9, 2023
@Strypper Strypper added this to the Release 1.0 milestone Feb 9, 2023
@Strypper
Copy link
Owner Author

Strypper commented Feb 9, 2023

git fetch origin
git checkout 86-sfautocomplete

@Strypper Strypper added the bug 🐛 Something isn't working label Feb 12, 2023
@Strypper
Copy link
Owner Author

The current combobox version cause application to crash this feature will be delay

@Strypper Strypper removed this from the Release 1.0 milestone Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working new feature 🚀 New feature addition syncfusion ⚒️ Relate to the Syncfusion .NET MAUI cross platform UI controls
Projects
Status: Done
Development

No branches or pull requests

2 participants