Zero indicates no limit.
Text.maxLength
int maxLength() @property nothrowGet maxLength property.
Returns
Maximum number of characters that are allowed.
void maxLength(int propval) @property nothrowSet maxLength property.
Parameters
propval | Maximum number of characters that are allowed. Zero indicates no limit. |