A field for entering a short text, not more than a line. To add a field for entering multiple lines of text, use field.textarea.
View exampleName | Type | Description |
---|---|---|
type * | "field.text" | Set component type. |
data * | writable | Data with values that will be processed or changed. Learn more about working with data. |
label | string | Label above the component. |
disabled | boolean | If true , editing is not available. |
hint | string | Hint text. |
placeholder | string | A semi-transparent label that is shown in the box when it is empty. |
requiredMark | boolean | Show "*" next to the label |
rtl | object | In some languages, like Arabic or Hebrew, text is written from right to left. Use this property to set up the correct display mode for the component. View example Learn more about RTL languages. |
rtl.mode | string | Display mode:
|
validation | condition | Validation based on condition. |