Dropdown does not do the thing that it should do and change its size massively. #1365
Unanswered
applicatlat
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Can you do a shorter repro? With all respect dealing with ~1,000 code with a lot of copy-paste is not a joy. Also, consider making reusable controls to break UI logic into pieces: https://flet.dev/docs/guides/python/user-controls |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello again, I applied your instructions. I still experience the same issue. Here is the new code.
tres.py:
The problem continues to exist. This time the frequency of the change in the scale of dropdown is changed. At the same time the disable, enable problem rised drastically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The problem is that when dropdown button is pressed and an option of 3 is selected, randomly, the dropdown button shape is changed. Additionally, time to time, the dropdown does not trigger the action always as it should. To express it more clearly, I took a video of the problem. This is the first time I encountered a problem like this. Within my project, there are two .py files. One has the page and its properties other has the class that the object is called.
Code example to reproduce the issue:
There are no errors within the code
Describe the results you received:
Describe the results you expected:
I expected it to work properly as it used to.
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Operating system:
Windows 11 pro
Additional environment details:
Pycharm
Beta Was this translation helpful? Give feedback.
All reactions