Skip to content
导航栏

设置控件的必输,使用编辑控件的配置属性itemProps

json
{
  "名称": {
    "bind": "name",
    "edit": {
      "props": {
        "itemProps": {
          "rules": [{ "required": true }]
        },
        "placeholder": "请输入 名称"
      },
      "type": "Input"
    },
    "view": {
      "type": "Text"
    }
  }
}