TheEthicalBoy

Results 109 comments of TheEthicalBoy

A pre-release with the fix concerning this issue is now available. Try it and report if you face any further issues or have any questions: ```bash pip install flet --pre...

While trying to solve this i noticed two issues: 1) All the suggestions go invisible when I type 2-3 chars (although they present when I inspect the search bar controls)....

Nice workaround, @bhushanrathod32 - thanks for sharing! Using the `ListView` (or any other container control, ex: `Column`) as base control of the suggestions list, solves the both issues I mentioned...

Please fill the issue template with all the information.

Duplicate of https://github.com/flet-dev/flet/issues/2781 The fix for the `FletSocketServer` is present only in the latest pre-release for now: ```bash pip install flet --pre ```

Oh, sorry, forgot to closely look at the first comment with the assets error. Can you try this @hiway: https://stackoverflow.com/a/76352754

Try copying the URL from the terminal and pasting into the app's text field as mentioned in the docs.

Please fill up all details as required by the issue template. As the message says, `UserControl` is deprecated and will be removed in the future.