Hi All,
I tried searching the forum, but I couldn’t find an answer:
I have multiple input Text_Fields on my webclient’s form.
A field remark, for eample, can be only 50 characters long, now I want that you can only put 50 characters in the Text_Field.
I can’t find any setting to set the text_field to a maximum of 50.
(As alternative i can use the onDataChange to check if the length is higher then 50 and then show an error message, but I don’t want the customer to be able to enter more as 50.)
Thanks.