Replies: 2 comments 8 replies
-
The behavior with web browser is really problematic. When typing text the text in the textfield is selected and so is deleted after striking a new key. This is not the case with the app. Any idea what is wrong with such a small code ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's an interesting issue. But the idea is to "filter" input as the user types? |
Beta Was this translation helpful? Give feedback.
8 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello,
TextField content is selected by default when using a browser... not when using flet app.
I don't understand why and I'm looking for a workaround to have in a browser the same behavior as in flet app.
Any idea?
Kind regards
Code sample
main.py
Error message
Behavior of TextField is different when running
and
With a browser (Chrome for example) text is always selected... not with Flet app.
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions