Hello everyone? How can i implement an onLoseFocus...
# compose
l
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