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

场景: 监听schema变化,由于没有相关的`onChange`钩子,故用`InsertAfterEvent`这类事件代替。 ``` designer.subscribeTo(InsertAfterEvent, () => { let schema = transformToSchema(designer.getCurrentTree()); console.log("InsertAfterEvent:", schema); }); ``` 问题: 在`InsertAfterEvent`无法拿到最新的schema,除非用`setTimeOut`添加延时获取 codesandbox: https://codesandbox.io/s/formily-designer-forked-j63w9c?file=/playground/main.tsx

- [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 ### What is expected? ###...

_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]...

{ "form": { "labelCol": 6, "wrapperCol": 12, "wrapperWidth": "300px" }, "schema": { "type": "object", "properties": { "valiNumber": { "type": "number", "title": "NumberPicker4", "x-decorator": "FormItem", "x-component": "NumberPicker", "x-validator": [], "x-component-props": {},...

fix #308 _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**....

### Reproduction link https://designable-antd.formilyjs.org/ ### Steps to reproduce 使用官方提供的 formilyjs 线上设计器工具 按照如下步骤操作 1. 选中 NumberPicker 组件 2. 编辑 组件属性中的 格式转换器 3. 输入 ``` value => `$$ ${value}` ``` 4. 切换到...

_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]...