https://kotlinlang.org logo
Title
l

Lucca Beurmann

11/23/2021, 10:27 PM
Hello everyone? How can i implement an onLoseFocus event in my textfield? The idea is validate the content of the field once the user closes it, i've tried onFocusChange and onFocusEvent modifiers but i couldn't make neither of them work. Instead of validating the field when the input loses focus what happens is that the validation executes when the user "enters" the field