Options
NameTypeRequired
namestring
labelstring
helperTextstring
descriptionstring
isDisabledboolean
isReadOnlyboolean
placeholderstring
export default {
  "fields": [
    {
      "component": "textarea",
      "label": "Long text",
      "name": "long-text"
    }
  ]
};

This component also accepts all other original props, please see here!