OptionalcleanOptionalonThe base onBlur function, will be wrapped by the returned onBlur function.
The set state function for the value.
OptionalsideThe sideEffect function to call when the base value changes due to a change in the input.
Convert the base value to an input value.
Convert the input value to the base value.
The base/underlying value of the field (e.g. from form state).
A function to clean values from the input before updating both the input value and the base value. Useful to remove unwanted/disallowed characters.