Is there a way I can map EditText textChanged even...
# compose
k
Is there a way I can map EditText textChanged events to Compose TextField? How about adding it as AndroidView, not making it visibile and updating MutableState of
TextFieldValue
of Compose ?