designable icon indicating copy to clipboard operation
designable copied to clipboard

🧩 Make everything designable 🧩

Results 45 designable issues
Sort by recently updated
recently updated
newest added

_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/alibaba/designable/blob/main/.github/GIT_COMMIT_SPECIFIC.md) in **English**. - [x]...

- [x] I have searched the [issues](https://github.com/alibaba/designable/issues) of this repository and believe that this is not a duplicate. ### Reproduction link ### Steps to reproduce 1) Add Array Table to...

when root component isn't Form Component, findNode will go to recursing call without pass finder. try to fix issue #280. - [x] Ensure the pull request title and commit message...

**问题** 当组件嵌套了多个组件时,会发生 closestPosition 计算不对的问题 拿Card 举例,在 behavior 里设置了 Card 不能 append 到 Card ![image](https://user-images.githubusercontent.com/6290186/162580720-f08e4c64-7a92-4aaa-8bf9-681b205d26ab.png) 录制了一个 gif 图,拖拽滑动到子组件时光标位置计算不对。 拖拽到 input, textArea 和 password 分别发生了多次光标跳动,无法给予拖拽用户一个准确的预期 ![chrome-capture-2022-3-9](https://user-images.githubusercontent.com/6290186/162580599-641952ea-f23d-41bd-bdb2-d2c9b38d3ac7.gif) **原因** getClosestPosition 方法做了 closestNode 的重计算(主要是 onMove...

1.自定义组件有没有详细点的文档或者视频? 2.自定义组件能否支持动态数据加载然后把这个封装好的组件配置到拖拽工作区直接拖拽使用?

求助,为什么系统已经用上下文来实现统一使用的是统一的tree实例,为什么还需要将各种库外置,各位大佬,有没有其他的解决办法

如果我在Field组件属性name赋值 'color'就组件拖不动了

_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/alibaba/designable/blob/main/.github/GIT_COMMIT_SPECIFIC.md) in **English**. - [x]...

- [x] I have searched the [issues](https://github.com/alibaba/designable/issues) of this repository and believe that this is not a duplicate. ### Reproduction link https://codesandbox.io/s/formily-designer-forked-h6idy6?file=/src/schemas/Input.ts ### Steps to reproduce 在Input的schema中的addonBefore属性配置: `{"x-visible": "{{ $node.parent...