Join Slack
Powered by
Hi everyone! I have a question concerning textfiel...
# tornadofx
m
mXaln
10/18/2018, 4:10 PM
Hi everyone! I have a question concerning textfield validation
Copy code
textfield(sometextProperty) { filterInput { it.controlNewText.isNotEmpty() } }
I'm trying to prohibit entering empty text, but when I use this filter, it doesn't allow me to change text at all. What am I doing wrong?
Open in Slack
Previous
Next