aLIEzsss4
6ef5eb1665
docs: fix Form errorFields name ( #28270 )
4 years ago
Tom Xu
03909941b8
docs: fix tree api and improve other api ( #28264 )
4 years ago
zombiej
97906a5ec3
docs: Add FAQ about normalize
close #28129
4 years ago
Johnny Lim
273ab186da
docs: fix typo ( #28164 )
4 years ago
Debiancc
ca5b47f674
fix: Add type of initialValue prop to Form.List ( #28153 )
* fix: Add type of initialValue prop to Form.List
* Update index.zh-CN.md
* Update index.en-US.md
4 years ago
einq7
6f0c65779c
fix: TextArea showCount style while using with Form ( #28130 )
4 years ago
Liming Jin
83e52a9555
docs: supplement Form.List errors ( #28117 )
4 years ago
陈帅
4f811cbe82
docs: add a little pro-compents advertising ( #28043 )
* docs: add a little pro-compents advertising
* docs: add a little pro-compents advertising
4 years ago
陈帅
ec9111ed8d
fix: fix _internalItemRender transparent transmission problem ( #27934 )
4 years ago
陈帅
95ce54ca79
feat: FormItem support _internalItemRender ( #27881 )
* feat: formitem support _internalItemRender
* add mark
* up rc-field-form
* fix ts error
* Update components/form/FormItemInput.tsx
Co-authored-by: 二货机器人 <smith3816@gmail.com>
* update notes
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
Amumu
9b7da8640d
chore: replace raf with rc-util/lib/raf ( #27864 )
4 years ago
二货机器人
8e3c828c9f
feat: Form.List support `initialValue` ( #27872 )
* feat: upport initialValue List
* docs: Update doc
4 years ago
Joseph Burton
e3a013f6cf
refactor: remove duplicate deconstruction in components/form/Form.tsx ( #27810 )
* refactor: make the code more concise
* Update Form.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
4 years ago
偏右
e0c26b4ac1
style( 💄 ): fix Button and Form loading spin animation ( #27794 )
4 years ago
偏右
e7bed7cff7
perf( 📦 ): upgrade @ant-design/colors and remove rc-trigger from deps ( #27761 )
* perf(📦 ): upgrade @ant-design/colors
* move rc-trigger to devDeps
* fix lint
* update snapshot
* update snapshot
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
Shivam Modi
3d04e5d3fb
docs: fixed nested ternary operator in Form ( #27724 )
4 years ago
Shivam Modi
5818fdb1a2
fix Specific Note for option other for Gender in Form ( #27704 )
4 years ago
偏右
ef2c494c12
fix: Select error outline style in Form ( #27607 )
* fix: Select error outline in Form
close #27378
close #27526
* fix: css priority
4 years ago
Muhammad Sameer
87dfa411bc
docs: Update nest-messages.md ( #27620 )
Fixed grammatical errors.
4 years ago
偏右
39e37bf1b4
fix: Input[allowClear] className ( #27462 )
* fix: Input[allowClear] className missing
close #27444
* fix snapshot
4 years ago
xrk
88414b3b33
fix: select focus border in form when has error ( #27378 )
4 years ago
Tom Xu
7e782daec0
feat: ConfigProvider add form requiredMark ( #27322 )
* feat: ConfigProvider add form requiredMark
* Update Form.tsx
4 years ago
骗你是小猫咪
6fba4d1136
test: demo -> ui test ( #24475 )
* test: demo -> ui test
* improve comment image width
* use argos-ci
* use by cicleci
* fix circle run
* rebase master
* try pipeline var
* use another branch var
* fix commit id
* ignore image test file
* remove useless report
* fix test coverage
4 years ago
二货机器人
06b25b4d07
refactor: Update rc-field-form version ( #27319 )
* refactor: Update rc-field-form version
* update snapshot
4 years ago
Tom Xu
0822ac618f
chore: add prettier ignore and format demo ( #27270 )
4 years ago
Tom Xu
d44f404eae
docs: sort api ( #27251 )
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
4 years ago
偏右
27e9926438
fix: duplicated className on Search[allowClear] ( #27261 )
* fix: duplicated className on Search[allowClear]
close #27258
* fix snapshot
4 years ago
afc163
f80828bfd6
docs: 🎬 refactor Form demo code
4 years ago
二货机器人
8ea1e52d4d
fix: TextArea wrapper with div when `!showCount` ( #27216 )
* fix: TextArea layout
* test: Update snapshot
* fix: value logic
* fix: className & style logic
* chore: rm uesless code
* chore: Clean up
4 years ago
Yulia Maximova
1113867378
fix: form customizing mixin ( #26422 )
* fix: add styling form input background-color
* fix: conflict resolution
Co-authored-by: Maksimova, Yuliya <Yuliya.Maksimova@nexign.com>
4 years ago
Yu Mao
acc2e03ddf
fix: add optional rules property ( #27164 )
* fix: add optional rules property
* fix: replace interface
4 years ago
偏右
2788140d1a
Merge pull request #27137 from ant-design/master
chore: merge master into feature
4 years ago
偏右
3ef6ea3ead
refactor: 📦 some styles to reduce css bundle size ( #27129 )
* refactor: some styles to reduce css bundle size
* test: update snapshot
* fix snapshot
* fix test case
* fix addonAfter
* fix firefox style
* reduce riddon css size
* fix Input.Group border radius
* remove unused css selectors
* fix test cov
* fix search button hover border
* fix rtl textarea clear icon style
* update demos
* fix search rtl style
* fix input search style
4 years ago
afc163
679f0529fa
docs: 📝 fix Form API table, close #27078
4 years ago
zombiej
5909a4dae5
docs: Update form rule enum desc
4 years ago
偏右
4bf062c2a8
test: fix test cov ( #27065 )
* test: ✅ upload and form
* refactor: tooltip always evaluates to true
4 years ago
zhangchen
138b953afd
feat: TextArea showCount ( #26952 )
* feat: TextArea showCount
* update: TextArea showCount test
* update: TextArea showCount test
* update: test
* update: test
* update: test
* update: interface
* revert: interface change
4 years ago
Tom Xu
5f2588ffd1
docs: improve api type docs ( #27038 )
4 years ago
Amumu
a2a4fa302d
docs: update form migrate docs title ( #27029 )
4 years ago
二货机器人
80d36fb0ae
docs: Add Form.List deps faq ( #26873 )
4 years ago
Dmytro Gorelik
efc304c55a
style: fix RadioGroup validation error highlight ( #26849 )
4 years ago
zombiej
8e14a9ce9c
docs: Update Form labelCol & wrapCol desc
close #26770
4 years ago
zombiej
b696579cd4
fix test case
4 years ago
Olivier Louvignes
93f2988585
chore: add FormListProps export in form/index.tsx ( #26831 )
4 years ago
Tom Xu
dcdb8f5587
docs: improve from list ( #26813 )
4 years ago
偏右
83ddfb807e
test: ✅ Enable transition and animation in jest ( #26571 )
* test: ✅ add test cases to increase coverage
* test: fix snapshot
* fix: test node envioronment
* fix: test node envioronment
* fix test case
* test: refactor menu test cases
* test: update test code style
* test: add more menu test cases
* add comment
* test: update snapshot
* fix: alert test case
* fix: form onLeaveEnd test cov
* test: fix button click wave test cases
* chore: clean up snapshots
4 years ago
Régis Foucault
e849c94b48
docs: 📝 fix typo in complex-form-control.md ( #26771 )
4 years ago
二货机器人
b08b759ff4
feat: Form.Item support `tooltip` ( #26780 )
* feat: Support tooltip
* update test case
* update snapshot
* update doc
* fix lint
* support icon
* tmp use @text-color-secondary
4 years ago
二货机器人
1da6016cc2
feat: FormItem support generate for renderProps ( #26791 )
4 years ago
Régis Foucault
bb11f82ed2
docs: 📝 fix typo in complex-form-control.md ( #26771 )
4 years ago