Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

TextFieldConstructor

Switch to Manual
public TextField ();
public TextField (int maxLength, bool multiline, bool isPasswordField, char maskChar);

Parameters

maxLengthThe maximum number of characters this textfield can hold. If 0, there is no limit.
multilineSet this to true to allow multiple lines in the textfield and false if otherwise.
isPasswordFieldSet this to true to mask the characters and false if otherwise.
maskCharThe character used for masking in a password field.

Description

Creates a new textfield.