another question for you? I've just got form valid...
# tornadofx
s
another question for you? I've just got form validators working. 🙂 yet another surprise on how easy and useful. Is there a way to force the cursor to the first error field? I'm validating on each field entry but also on button click. After button click, if invalid, I would like to move the cursor to the first error
g
one of the parameters on ItemViewModel#commit is focusFirstError
👍 1