Form control: Text Input

The textInput control presents the user with a standard HTML input with type="text".

Arguments

placeholder (optional) Placeholder text to appear in the input when there is no content. Can be an i18n resource URI

Example

<field name="title" control="textinput" placeholder="my.resource:property.title" />