updateValue

fun updateValue(value: Any?)

Updates the value of a field in the feature associated with the FieldFormElement. This function expects you to pass at least the correct type of value for the field. After the value is updated, the list of validation errors will be updated and the FieldFormElement.validationErrorsChanged event will be fired if the list of errors has changed.

Since

200.4.0