bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.

Home Page:https://bdlukaa.github.io/fluent_ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoSuggestBox seem not rebuild item correctly!πŸ›

namkazt opened this issue Β· comments

Describe the bug
AutoSuggestionBox not working correctly

To Reproduce
I got AutoSuggestionBox with items stored in _lastOptions like following:
image

Everytime text changed i called API to search data:
image

The suggestion list working at first input, but the second is not updated at all. debug log showing itemBuilder not being called. and it only called again if i clicked to AutoSuggestionBox.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

i came up with final solution is build my own auto suggestion box.