ValueKeyboardManager

constructor(onFocusOnValue: (Value?) -> Unit)

Parameters

Value

the type of value to expect

onFocusOnValue

callback method to indicate how to handle a focus change to a Value. When null is provided, they keyboard should be dismissed.