Hey,
In my project I implemented the SfAutocomplete. I attached a list for the functionality of the SfAutocomplete.
At some search if the data found related to the input I selected that and that got the place in the search box.
fine, no issue up to here.
But In case -- I search again for another value selection instead of the previous one,
Then the issue comes into play.
If I search second time and I found nothing as per my search keyword, The search box of SfAutocomplete should be blank.
But it showing or holding the previous selected value.which I don't want. I want whenever I search and don't find any match of my provided keyword with the listvalue it will show the blank,and of course there will be no value selected and the search box will be blank, Not the previous selected value will be shown.
Help me.
Regards,
Sourav