<@U0F3291QE> The section on validation (<https://e...
# tornadofx
p
@edvin The section on validation (https://edvin.gitbooks.io/tornadofx-guide/content/11.%20ViewModel%20and%20Validation.html) and how to gather multiple
Validators
into a
ValidationContext
could use an example. I can't figure out how to do that. Also, I belive the the text
Normally you would validate user input from multiple controls or input fields at once.
should read
Normally you would validate user input from multiple controls or input fields one at a time.