Dropdown empty space error #2463
-
QuestionHow can i validate an empty space in a dropdown/textfield in flet? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
ingdesarr1
Jan 25, 2024
Replies: 1 comment 1 reply
-
You can use the value property, and validate if value is None or equal to '' |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ndonkoHenri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the value property, and validate if value is None or equal to ''