sheets
input
/
com.maxkeppeler.sheets.input
/
addTextWatcher
add
Text
Watcher
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
AppCompatEditText
.
addTextWatcher
(
textChanged
:
(
String
)
->
Unit
?
=
null
)
:
TextWatcher
Content copied to clipboard
Add a
TextWatcher
to the
AppCompatEditText
.