How to implement addTextChangedListener(TextWatche...
# compose
s
How to implement addTextChangedListener(TextWatcher watcher) in a TextField compose
c
I don't believe you're supposed to have these sort of "listeners" in compose. You hold the data and so you know when it changes.
s
Thanks Colton - This is for a real time validation as the user types each char - I am not sure without listeners there is an option to do such a validation.