3.2 Data dạng select; điều kiện ẩn hiện field

{
  "name": "Request to Create",
  "type": "select",
  "position": -50,
  "id": -50,
  "conditions": {
    "required": true,
    "min-length": 1,
    "max-length": 1000,
    "data": [
      {
        "text": "",
        "value": ""
      },
      {
        "text": "JIRA project",
        "value": "JIRA project"
      },
      {
        "text": "SVN folder",
        "value": "SVN folder"
      },
      {
        "text": "JIRA project & SVN Folder",
        "value": "JIRA project & SVN Folder"
      }
    ]
  }
},
No Comments
Back to top