ant-design/components/form
骆也 8e9ca06924
chore: update Form.Item children type (#25045)
`children` 为非必选 `props`,且 `React` 最佳实践推荐不要在 `props` 中传入 `children`,而是嵌套使用
2020-06-17 17:10:41 +08:00
..
__tests__ fix: Form.validateTrigger not work (#24979) 2020-06-14 14:15:17 +08:00
demo docs: Update Form add usage desc 2020-06-03 10:40:12 +08:00
style fix: Form flex inline style (#24531) 2020-05-28 12:47:37 +08:00
changelog.md feat: New Form (#17327) 2019-07-03 20:14:39 +08:00
context.tsx rename (#17729) 2019-07-19 14:07:39 +08:00
Form.tsx perf(Form): FormContext use a memoized value(#21976) (#21980) 2020-03-08 17:41:45 +08:00
FormItem.tsx chore: update Form.Item children type (#25045) 2020-06-17 17:10:41 +08:00
FormItemInput.tsx clean up when field reset removed (#23041) 2020-04-08 18:47:59 +08:00
FormItemLabel.tsx chore: 🦄 Add eslint-plugin-unicorn (#22883) 2020-04-03 15:02:11 +08:00
FormList.tsx chore: small bundle size (#24135) 2020-05-14 15:57:04 +08:00
index.en-US.md docs: Update components cover (#24744) 2020-06-05 13:50:09 +08:00
index.tsx chore: export RuleObject and RuleRender types from Form (#24541) 2020-05-30 23:28:11 +08:00
index.zh-CN.md docs: Update components cover (#24744) 2020-06-05 13:50:09 +08:00
interface.ts chore: export form value type (#22755) 2020-04-06 11:32:59 +08:00
util.ts fix: Form List warning (#24867) 2020-06-09 18:10:43 +08:00
v3.en-US.md Updating document to correct few typos (#22902) 2020-04-03 22:45:39 +08:00
v3.zh-CN.md docs: 📝 fix array type field of Form.Item name (#22304) 2020-03-18 11:03:33 +08:00