baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.4k stars 2.52k forks source link

关于按钮加入disable变成隐藏了应该是禁用 #11065

Open izhuyan opened 1 month ago

izhuyan commented 1 month ago

描述问题:

关于按钮加入disable变成隐藏了应该是禁用

截图或视频:

image image

如何复现(请务必完整填写下面内容):

  1. 你是如何使用 amis 的? sdk

  2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 6.8

  3. 粘贴有问题的完整 amis schema 代码: { "type": "page", "body": { "label": "弹框", "type": "button", "actionType": "link", "disabled": true, "link": "../index", "disabledTip": "禁用了" } }

  4. 操作步骤 请简单描述一下复现的操作步骤...

allenve commented 1 month ago
image

未复现