beforeTextChanged

open fun beforeTextChanged(s: CharSequence, start: Int, count: Int, after: Int)

Called before the text in the custom value field is changed. This implementation does nothing.

Parameters

s

The text before the change.

start

The starting index of the change.

count

The number of characters being replaced.

after

The number of characters being added.