Hi,
I am trying to set a property for an input field.
I click on an input component.
I click on 'More Properties'.
In 'name' I type in maxlength .
In 'value' I type 5 .
But I get the following error message:
'Incorrect type value: '5'
Name should only contain characters from a-z, A-Z, 0-9, space, _, - ranges and should not start with a number or symbol.'How am I supposed to set a maxlength value for an input field if it won't let me enter a numeric value?
Regards,
Frank