onTextChange

abstract fun onTextChange(view: InputFieldView, isEmpty: Boolean)

This method is called to notify you that the text has been changed.

Parameters

view

The view that was clicked.

isEmpty

If true, then field is have no revealed data.