Constructor
new TextInputItem(name, label, placeholder)
Construct a new text input control.
Parameters
-
name
string
the key to use to identify this input control's content in the dialog's key-value mapping for all input controls
-
label
string
the text to place next to the input control to explain it to the user
-
placeholder
string
optional, the text to include inside the control when it is blank, as an example