update Value
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, FeatureForm.evaluateExpressions should be called in order to update any dependent properties. After the value has been 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
Parameters
value
The value with which to update the Field.