-
I am new to flet and I have enjoyed working with it very much, and kudos to the creators it is a very nice framework, just super easy to work with whiles yielding great results. Currently, I'm trying to create a form which will be used to collect data and when a button is clicked |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
🤞 test_field = ft.TextField(value="aaa")
test_field.value = ""
test_field.update() |
Beta Was this translation helpful? Give feedback.
🤞