Integer Field Default Validation Message

Hi All,
I am in V 7.8 and I am not sure if anyone is facing the issue, this is the code which is present in my rule
a!integerField(
label: "ID:",
labelPosition: cons!LABEL_POSITION_ADJACENT,
value: local!ID,
saveInto: local!ID,
validations: {}
)

and I do not have any kind of validations for this integer field,
But here are the validation messages which I get,
1.On entering ID of length > 20 "The value provided is too large." is appeared below the field.
2.On entering ID of length 12-20 "The value provided is too small." is appeared below the field.
3.On entering ID of length <11 nothing is appearing.
is this the expected behavior ?

OriginalPostID-240517

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data