Options
NameTypeRequired
namestring
labelstring
helperTextstring
descriptionstring
isDisabledboolean
isReadOnlyboolean
export default {
  "fields": [
    {
      "component": "dual-list-select",
      "name": "dual-list-select",
      "options": [
        {
          "value": "cats",
          "label": "cats"
        },
        {
          "value": "cats_1",
          "label": "cats_1"
        },
        {
          "value": "cats_2",
          "label": "cats_2"
        },
        {
          "value": "zebras",
          "label": "zebras"
        },
        {
          "value": "pigeons",
          "label": "pigeons"
        }
      ]
    }
  ]
};

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