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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoSuggestBox seem not rebuild item correctly!馃悰 #1029

Closed
namkazt opened this issue Feb 22, 2024 · 1 comment
Closed

AutoSuggestBox seem not rebuild item correctly!馃悰 #1029

namkazt opened this issue Feb 22, 2024 · 1 comment

Comments

@namkazt
Copy link

namkazt commented Feb 22, 2024

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.

@namkazt
Copy link
Author

namkazt commented Feb 23, 2024

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

@namkazt namkazt closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant