Hello,
I'm experiencing that editing DataForm in API 2.0 doesn't validate values when applying modifications.
If I explore the feature service I use with ArcGIS Server rest website, I can correctly see the information about range value domain applied to the numeric field I try to modify.
But when I input a wrong value outside the range of the domain in the DataForm, and then click to Apply button, nothing happens and the modification completes without errors.
I don't expect this behavior: I think that the DataForm should alert for the wrong value, in the same way it does when I try to input for example a string instead of a number (in this case it's clear that the value is wrong because a numeric field cannot accept a text).
Can someone confirm all this?