Hi
I am facing some implementation issues of SfAutocomplete and unable to figure out the solution.
for my project there we need implementation Autocomplete. Here the suggestion is loaded dynamically according to the user input.
Here data fetching need to be started once the user enters more than 3 characters. According to the input server returns the related data. How can we implement the above feature with mvvm(viewmodel).