onTextChanged

open fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int)

Called when the text in the custom value field is changed. Updates the custom value and notifies listeners.

Parameters

s

The text after the change.

start

The starting index of the change.

before

The number of characters that were replaced.

count

The number of characters that were added.