addTextWatcher

fun AppCompatEditText.addTextWatcher(textChanged: (String) -> Unit? = null): TextWatcher

Add a TextWatcher to the AppCompatEditText.