aceUITextInput

A single-line text input widget.

Minion

Configuration

Attribute Description Default
"placeholder" string

A 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"
}