alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.46k stars 2.51k forks source link

demo-antd-pro-with-formily项目pro-table属性展示问题 #2178

Open douyaya opened 1 year ago

douyaya commented 1 year ago

demo-antd-pro-with-formily项目pro-table 的“显示分页属性”关掉后,在左侧失焦后重新选中组件,显示分页属性被置回了默认值(应该是上次操作的关闭状态才对)

A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述


  1. 打开 https://lowcode-engine.cn/demo/demo-antd-pro-with-formily/index.html 2.拖入CRUD表格
  2. 关闭显示分页 image
  3. 左侧操作面板组件失去焦点,再重新选中 image
  4. 可观察到底部分页重新出现
JackLian commented 1 year ago

看看对应组件是不是这个仓库下 https://github.com/seada-low-code/lowcode-ecology/tree/main/packages/antd-materials

douyaya commented 1 year ago

看看对应组件是不是这个仓库下 https://github.com/seada-low-code/lowcode-ecology/tree/main/packages/antd-materials

是的。不过确定是组件库的问题嘛?会不会是源码选中某组件后的执行逻辑哪里有问题?