setTextInputValue method

setTextInputValue(newValue)

Applies the text format specified in FormField.textInputFormat and stores the value in FormField.result.

setTextInputValue(newValue: object)
ParameterTypeDescription
newValueobjectCan be a string, number or a DateTime object.

Remarks

The FormField.textInputDefault value is applied if newValue isnull.

See Also