Is there a way to update a components properties based on its value? #695
Unanswered
rohitsathish
asked this question in
Q&A
Replies: 1 comment
-
Could you please share a better and simple code sample I could test? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Lets say we're trying to validate text written in
TextField
. Based on the output we might want to set some values to properties likehelper_text
orerror_text
. Is there a way to do that?Here is my naive attempt that doesn't work. I might be making a Python and not Flet error.
Beta Was this translation helpful? Give feedback.
All reactions