fromInput

open override fun fromInput(value: TextFieldState, current: TextFieldState): TextFieldState(source)

Converts the input/display value back to the stored value type.

Return

The value converted to the stored type.

Parameters

value

The input/display value.

current

The current stored value (can be used as fallback).