Hi,
Having hard time understanding how SfAutoComplete works, documentation and API is not helping either (API has zero information about each property).
Can someone please explain the difference and purpose of the following:
- DataSource
- ItemsSource
- AutoCompleteSource
- FilteredItems
I'm trying to make email address selector with tokens (similar to Gmail/Outlook apps). So by default I've no items to select from and when user types 2 characters I call our server to retrieve matching emails and assign to DataSource. Then user can type something else, I need to retrieve different emails and display in drop down. How can I achieve this?