fun setTextWatcher(textWatcher: TextWatcher): Unit
Overrides InputField.setTextWatcher
Sets a TextWatcher to .inputViews's EditText
textWatcher - the TextWatcher used to interact with the input field.
textWatcher