maxLength(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
maxLength(val: number): this;
Sets the maximum number of characters that the user will be permitted to enter.
Default value: 255
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | integer | The maximum to set. |
Returns
Section titled “Returns”this