dongfang

Results 13 issues of dongfang

[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...

https://github.com/react-component/field-form/issues/515

## 问题 以下情况不会触发dependencies更新 - `setFields`(点击`更改Name`) - 添加新`Field`组件(输入name值,创建新的Gender字段,但不会出现Height字段) ## Demo https://codesandbox.io/s/bugdemo-k9jl2m?file=/demo.js ## 期望 `setFields`或添加新`Field`(有默认值时)能够触发`denpendencies`更新

[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md)] ### 🤔 这个变动的性质是? - [x] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [...

5.x

[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md)] ### 🤔 这个变动的性质是? - [ ] 新特性提交 - [ ] 日常 bug 修复 - [x] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [...

codeball:needs-careful-review

[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md)] ### 🤔 这个变动的性质是? - [ ] 新特性提交 - [x] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [...

codeball:needs-careful-review

[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md)] ### 🤔 这个变动的性质是? - [x] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [...

codeball:needs-review

### What problem does this feature solve? 业务中使用Form组件开发大型表单。比如用来创建K8s资源对象(Application等)有大量字段和多层嵌套层级。比如: `application.container.lifecycle.postStart.exec.command` `application.container.lifecycle.preStop.exec.command` `application.container.metadata.annotations.lbcinstance` `application.container.metadata.annotations.bound` ... 手动配置每个Form.Item的name字段会有大量重复的prefix,比如: `['application', 'xxx1']`, `['application', 'xxx2']`, `['application', 'xxx3']` ... (同一级最多可能10-20个字段) ### What does the proposed API look like?...

🗣 Discussion
💡 Feature Request

Instead of save/open file in disk, open/save to browser itself will be more convenient. Hope to provide the ability to save in IndexDB and support operations on directories.

[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] Site / documentation update - [ ] Demo...