doOnTextChanged

fun doOnTextChanged(onInputChanged: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit)

Adds an action which will be invoked when the text is changing.