Water.Li

Results 36 comments of Water.Li

if I use nest FormControlls this warning happend:A FormControl can contain only one control component (Autocomplete | Input | Textarea | Select | RadioGroup)。my customized input maybe use Modal ,and...

选中节点是可以点击内部的column的,您是用什么写的?我用的x6 ,内嵌了react组件,react组件把事件传出来就可以了

node垃圾数据已删除,连线edges垃圾数据还在,对系统没有影响,以后可以考虑在加载时自动删除

fieldy模块管理页面的数据模型,绑定的话直接给schema的x-field字段赋值就可以。比如示例中列表内数据的绑定: ![image](https://user-images.githubusercontent.com/18096128/223305382-4fc389c9-0a39-48c0-8e82-6c074df49ea4.png) 这个绑定输入可以根据需要换成下拉选择,直接操作的是schema的x-field字段,渲染引擎会把这个信息解析成数据树,在逻辑编排时可以使用。 整个列表的数据,可以通过逻辑编排绑定: ![image](https://user-images.githubusercontent.com/18096128/223305762-385f9bef-9875-4266-a3b8-b6b7a589dd8d.png) 在初始化事件中,获取数据,然后赋值给组件的datasource: ![image](https://user-images.githubusercontent.com/18096128/223305906-656a23b1-2c86-4483-b2c2-8026304cde14.png) 示例只是模拟,你可以做自己的逻辑组件,实现类似useSwr的效果

要是没有其他问题,我关issue了哈

好的,谢谢,抽时间看看修复一下

本项目不维护了,别折腾了

可能升级antd带来的bug

还有类似的警告 ![image](https://github.com/codebdy/rxdrag/assets/18096128/f6777d56-1692-4fcf-b60c-980ffd4a6321)

package.json也提警告: ![image](https://github.com/codebdy/rxdrag/assets/18096128/da77fcd5-8c39-4c89-8147-65933c8a4321)