-
Notifications
You must be signed in to change notification settings - Fork 489
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchBar stopped working #3602
Comments
Sorry for that, we forgot to mention a change in this Control. Briefly: you just need to call Will update documentation code. |
Thank you for your answer and the hint with the tab_handler. But I'm still not completely sure how I should solve it. As you can see in the code example above I use a class to build a "widget" based on the SearchBar. If I put
I would really prefer not to be forced to set up that event handler for each instance but I see no way to do that here. Am I missing something? Update:
|
Yep! As I said, the only change is to call that method in the
You are not doing it right, that's why it fails. |
Ah alright, I see. That's the right way to do it. So the only thing missing indeed is up-to-date documentation, no issues in code. Thanks again. |
Duplicate Check
Describe the bug
With the update from Flet 0.22.1 to 0.23.X the SearchBar stopped working. The dropdown/list with results just doesn't open anymore. No error shown.
I've put a part of the code I'm using below but it also stopped working for me if I just follow the example from the docs.
Code
To reproduce
Expected behavior
No response
Screenshots
No response
Operating System
Linux
Operating system details
Debian sid
Flet version
0.23.2
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Additional details
Worked in Flet 0.22.1
The text was updated successfully, but these errors were encountered: