handleFocus

abstract fun handleFocus(hasFocus: Boolean)(source)

Handles focus state changes by calling onFocus() or onBlur() as appropriate.

Parameters

hasFocus

Whether the field currently has focus.