ant-design/components/form
James 34dbf5f0a2
fix: Form.Item的name属性改为parentNode,dom-align 死循环,内存溢出的bug (#31846)
* Form.Item的name属性改为parentNode,dom-align 死循环,内存溢出的bug

* Form.Item的name属性改为parentNode,dom-align 死循环,内存溢出的bug

* fixed lint issues.

* change: add black list for form item name

* keep the definition the same as before

* update snapshot

* change formItemNameBlackList type to array

* add test case for form item is in black list

* add test condition

* prettier it

* change: add black list for form item name

* keep the definition the same as before

* merege from upstream

* rebase this branch

* change formItemNameBlackList type to array

* add test case for form item is in black list

* add test condition

* prettier it

* fix test case that casing by rebase
2021-12-12 14:58:49 +08:00
..
__tests__ fix: Form.Item的name属性改为parentNode,dom-align 死循环,内存溢出的bug (#31846) 2021-12-12 14:58:49 +08:00
demo chore(deps-dev): bump eslint-config-airbnb from 18.2.1 to 19.0.0 (#32824) 2021-11-26 12:18:21 +08:00
hooks merge feature into master 2021-06-05 13:30:36 +08:00
style fix: TextArea height bug (#33055) 2021-11-27 15:35:42 +08:00
changelog.md feat: New Form (#17327) 2019-07-03 20:14:39 +08:00
context.tsx feat: Form rule support warningOnly that not block form submit (#30829) 2021-06-04 14:44:41 +08:00
ErrorList.tsx chore: sync feature into master 2021-07-12 19:28:42 +08:00
Form.tsx fix: fix type declaration (#30776) 2021-06-03 09:36:04 +08:00
FormItem.tsx Merge pull request #31243 from ant-design/master 2021-07-04 20:00:59 +08:00
FormItemInput.tsx chore(deps-dev): bump eslint-config-airbnb from 18.2.1 to 19.0.0 (#32824) 2021-11-26 12:18:21 +08:00
FormItemLabel.tsx fix: Form label hide title on help icon and optional text (#31785) 2021-08-13 17:06:30 +08:00
FormList.tsx chore(deps-dev): bump eslint-config-airbnb from 18.2.1 to 19.0.0 (#32824) 2021-11-26 12:18:21 +08:00
index.en-US.md docs: Update Form doc. close #31265 2021-09-15 18:09:02 +08:00
index.tsx chore: feature merge master 2020-09-22 10:56:04 +08:00
index.zh-CN.md docs: Update index.zh-CN.md (#33184) 2021-12-07 18:27:47 +08:00
interface.ts feat: form instance support getFieldInstance (#24711) 2020-06-05 18:06:52 +08:00
util.ts fix: Form.Item的name属性改为parentNode,dom-align 死循环,内存溢出的bug (#31846) 2021-12-12 14:58:49 +08:00
v3.en-US.md docs: fix errors in example code (#28677) 2021-01-04 18:43:59 +08:00
v3.zh-CN.md docs: fix errors in example code (#28677) 2021-01-04 18:43:59 +08:00