Hi all,
The subject line says it all really. I have created an input box to enter text, but I need to set the maximum amount of characters that someone can type into it, ie. for a name.
input = createInput();
input.position(20,20);
input.style.... etc. etc.
But how do I set the maxlength?
Many thanks.
Chris.