Workspace: FX_WS_1864
App: 246
Page: 8
Hi,
I am struggling around with the mentioned properties of a field. My field has number (3) and I want to force the user not to type in numbers above 999. My first approach was to use the minimum value and the maximum value for this field.
But I got the error applied, saying that I cannot exceed editors maxlength., what is not the case.
I remeber that I have soved a similar problem in a very earlier version of FOEX by adding:
"editor": {"enforceMaxLength":true,"maxLength":3} -- to the additional config
That is working, but when I open the additional config once more, the maxlength was deleted and a 3 appears in a seperate property (screenshot applied). So the forcing of the length must been entered into the additional config, while the restricting to 3 digits can be placed in the properties. (a little bit confusing, but I will have this in mind)
In the min- an max-value I cannot apply a value.
How to use the min-max-value, perhaps I want to restrict data between 10 and 100?
Thanks in advance.
Eveline



