ShupingHe
ShupingHe
@dwelle is there anyone still working on this? if not, i would like to take a shot
@wubin1989 我看了下,对于这种嵌套打开弹窗的场景,如果关闭父级弹窗,子元素也不会再渲染,因此这里子弹窗马上关闭了是当前版本的预期行为,不是闪退。我这边还在看如何满足你的使用场景,有结论了会回复
@yywx1220 新版本用你给的 schema 没有复现,貌似已经修复
can i take this one ? : )
@Alys is it OK to change some text and style when refactor the component? I guess the answer is not, but if it's allowed, it would be much easier to...
@shanaqui yep! i'd make a pr till this this weekend.
@asister 请按照 issue 的格式模版修改下 `issue` 的内容,并提供一下 `amis schema`
@asister ``` { "type": "page", "data": { "test": "initial-name" }, "body": [ { "type": "service", "data": { "newData": { "test": "new-name" } }, "body": [ { "type": "button", "label": "更新",...
@asister 尝试回答一下你的提问 1. `页面参数` 这个东西不知道你说的是什么,是指 `actionType` 是 `link` 或者 `url`时 ,`params` 这个参数吗?如果你指的是 `setValue` 的变量要从哪里定义的话,在数据链上能取到就好了吧 2. 部分组件的某些交互或行为会对当前组件的数据域进行更新,如果是跨数据域更新的话,还是需要用 `setValue` 吧,通过 节点 `id` 来设置目标数据域组件就好了
@warning5 你提出的这两个问题,在对应的 mr 中有相应的解释,可以再看一下。对应文档近期我也会补充 MR: #10701