烟雀

Results 12 comments of 烟雀

> > 大佬能给个release包吗,我最近换了高刷鼠标后时不时遇到崩溃,不知道你这个pr能解决不 > > 试下这个,不懂 Swift 开发,我这个还是英特尔芯 Mac,不知道你能否使用 https://www.boatcloud.cn/d/8a9e362b-aa62-9995-f823-a2a09e1fcaa4 > > 可能与老版本有冲突,需要辅助功能中删除 Mos 再重新设置 ------- Xcode-Swift编出来的都是intel/arm通用的. 作者好像没有维护这个项目了?

> It's the same issue when I want to open modal from a dropdown. Add `onClick={(ev) => ev.stopPropagation()}` on the trigger. with `stopPropagation` in dialog-trigger and dialog in context-item ,...

暂时实验后可以通过 `form` 表单包裹一下解决. 即 `dialog` 的 body 内容设置为 ``` {"type": "form", "body": [ {"type": "input-array", "name": "tDItems", "label": "tDItems", "items": [ {"type": "combo", "controls": [ {"label": "name", "name": "name", "type":...

暂时只能用辅助的amis组件解决. data只能设置初始数据域, 不能自动参与后续的解析, 除非是类似dialog那样每次重新打开一个. 不知到后面会不会有增加自动解析的功能的支持.

> 暂时只能用辅助的amis组件解决. > > data只能设置初始数据域, 不能自动参与后续的解析, 除非是类似dialog那样每次重新打开一个. > > 不知到后面会不会有增加自动解析的功能的支持. 辅助的amis组件, 类似 ```json {"type": "input-text", "label": "辅助组件", "name": "tItems2", "value": "${tItems|json|toJson}", "visible": false} ``` 只处理数据, 不显示, 提交的时候或许还需要再过滤一下. 是否有更好的方式?

and I found another issue with custom data-model my data-model ``` interface TreeNode{ key: string, title: string, isLeaf?: boolean, children?: TreeNode[] } class TreeDataCacheHelper { protected _initData: TreeNode[] = []...

I have a similar problem. I clicked `update` button many times but it couldn't be completed unless I manually forced Kill.