Results 70 comments of 小小鲁班

收到! 意思应该是 ctrl +c 这类的快捷键操作能隔离下,尽量不要让无关操作触发了快捷键效果

可以提一个「旋转」相关的PR,我看下你遇到的「预览之后就变回初始化的样子」

好的,收到。我加入开发计划,第一个小版本预计可以在元旦支持

OK,get it it will be supported in 2021-01-01😄

用户:想请教下,假如我现在从接口拿到了数据之后,如何动态更新 比如 table 组件上面 筛选条件区域 的某个筛选条件的 props呢? 维护者:this.block.operations.search.props... 用户:[Facepalm] 想问下,这个在文档中能找到吗 维护者:不能 用户:我觉得可以在 比如下图的文档中加上这个 ![image](https://user-images.githubusercontent.com/12668546/92927607-7da98e80-f470-11ea-9928-432e24574003.png) 大家一般貌似是按照使用场景去翻文档的 用户:因为 operation里面嵌套了 field 的原因,会导致: his.block.operations.search.props..这边也要处理,有些地方要变成 this.blocks.operations.search.filed.props = xxx 所以增加了两倍的记忆 + 理解成本,开发者可能要踩两次坑,吐槽两次 😂

read/list 接口有 transform 属性,但另外几个都没有貌似,这个需要统一,而且在 文档中是搜索不到的

@EdwardQ 那等 `` 这个组件上线了之后,我再来关闭 issue 吧,感谢!

@naomiaro thanks for your question, I thougth I could provide the solution for customing the calendar. can you tell me that what you want to custom?