Creates a text field holding text, showing placeholder while it is empty, in the given
colors; sizes are pixel strings or fractions of the parent.
The name, the text, the placeholder, the colors and the optional size
The text field
Passes through the name of a text field event, its text changing, as a typed selector for code that subscribes to text field events by name.
The event selector
The same selector
Reads the background color of a text field.
The text field
The background color
Reads the text a text field currently holds, as typed by the user.
The text field
The text
Reads the hint a text field shows while it is empty.
The text field
The placeholder
Sets the background color of a text field, as a CSS color.
The text field and the background color
The same text field
Replaces the text a text field holds, which fires its text changed event like typing would.
The text field and the text
The same text field
Sets the hint a text field shows while it is empty.
The text field and the placeholder
The same text field
Single-line text fields the user can type into, with a placeholder shown while empty. Subscribe to the text changed event to react to typing.