Text field
Text field page.
Field property
Property | Type | Default |
---|---|---|
name | string* | |
label | string* | |
help_text | string | |
sort_order | number | |
style | string (jsx css object) | |
is_actionable | bool | false |
field_actions | object |
Text field property
Property | Type | Default |
---|---|---|
field_type | string* | text_field |
allow_clear | bool | false |
prefix_tab_text | string | |
suffix_tab_text | string | |
is_disabled | bool | false |
is_readonly | bool | false |
value | string | |
default_value | string | |
input_type | string, see MDN | text |