aceUITextInput
A single-line text input widget.

Configuration
| Attribute | Description | Default |
|---|---|---|
"placeholder" |
stringA placeholder text shown if no text has been entered in the field |
"" |
Localization
This widget has localization support.
Localizable configuration properties: placeholder.
Expected domain objects
This widget expects a single domain object of type string
Example template json
{
"label": "Title",
"widget": "aceUITextInput",
"config": {
"placeholder": "Write your article title here"
},
"domainObject": "article/title"
}