Text Field
This component represents a single-line text field.
Configuration
For general configuration options, see General component configuration.
Specific configuration
value(string)-
Value of the field. See also Binding attributes of form components
Example
textfield.json
{
"$schema": "http://bpc.virtimo.net/forms/1/schema",
"metaData": {
"id": 0,
"version": 0
},
"configuration": {
},
"components": [
{
"type": "container",
"label": "Textfield Component Example",
"components": [
{
"type": "textfield",
"label": "My Textfield",
"value": "Hello World"
},
{
"type": "textfield",
"label": {
"de": "Textfeld",
"en": "textfield"
}
}
]
}
]
}
Embedded preview
Keywords: