Is it possible the disable the geometry updates of feature, allow only attribute update in the editor widget in JS Api 4.27.
Solved! Go to Solution.
put this property in the layerInfos => geometryUpdatesEnabled: false ,
laterInfos is the property of the Editor , and geometryUpdatesEnabled is the property of layerInfos, Here is the documentation url: Editor widget documentation
put this property in the layerInfos => geometryUpdatesEnabled: false ,
laterInfos is the property of the Editor , and geometryUpdatesEnabled is the property of layerInfos, Here is the documentation url: Editor widget documentation