How to clear the value of a TextField in Flet? #2551
Answered
by
ndonkoHenri
AnshThaker
asked this question in
Q&A
-
There isn't an obvious way to clear the value of a TextField in Flet, as far as I'm aware of. |
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Feb 4, 2024
Replies: 1 comment 2 replies
-
After doing that, you need to call an update by using either |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AnshThaker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After doing that, you need to call an update by using either
textfield.update()
orpage.update()
.If you still face issues after trying please share some repro code so we can help.