Eric Chen

Results 84 comments of Eric Chen

相关:https://github.com/react-component/field-form/issues/658

作用是提供和 `` / `` / `` 一致的容器吧,价值是有的。 vue 版可以用 t-cell-group + t-cell 的默认插槽模拟,但小程序版目前没有默认插槽,无法模拟

十分有必要,但更建议官方实现类似以下的API: ```ts form.getFieldsValue(nameList?: true | NamePath[], filterFunc?: FilterFunc) // 现有的 form.resetFields(nameList?: true | NamePath[], filterFunc?: FilterFunc) // 期望的 ``` 用途一样,但可行性更高

prebundle 根本无法关闭 ```js prebundle: { enable: false } ```