doOnTextChanged
fun doOnTextChanged(onInputChanged: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit)
Content copied to clipboard
Adds an action which will be invoked when the text is changing.
Adds an action which will be invoked when the text is changing.