afc163
8a599a099f
style: fix calendar style inside Form.Item ( #30442 )
* style: fix calendar style inside Form.Item
* fix: Calendar set null/undefined throws error
close #30392
4 years ago
Fog3211
0e4f870453
fix: input disabled verification style( #30294 ) ( #30302 )
* fix(Input):input verification failed style when mouse hover
* fix: input disabled verification style
4 years ago
einq7
4b376d0171
docs: perfect validateTrigger description ( #30182 )
4 years ago
琚致远
2c68352367
docs: fix typo on the normal-login page ( #30132 )
* fix: fix typo on the normal-login page
* Update advanced-search.md
* Update form-in-modal.md
4 years ago
itibbers
c95e72cb3c
docs: add version of Form.Item hidden ( #30134 )
4 years ago
zombiej
bbbb7f573c
docs: Update from faq
4 years ago
afc163
13a829d20c
fix: classNames typing errors ( #30018 )
4 years ago
afc163
077443696b
docs: fix Form requiredMark demo
close #29921
4 years ago
yaoweiprc
ed37b80d11
docs: Update dynamic-form-items.md ( #29807 )
* Update dynamic-form-items.md
原来的代码只有在使用Space包裹多个Form.Item的时候可以跑起来,如果把Space换成div或者其它组件,点击Add Field之后,因为多个Form.Item 通过 {...restField} 指定了相同的key,浏览器会报 Encountered two children with the same key, `0`. Keys should be unique so that components maintain their identity across updates.
换成这种restField的写法可以避免这个问题,让不使用Space包裹多个Form.Item的场景也能跑通不报错。
* Update components/form/demo/dynamic-form-items.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
afc163
165477175d
chore: update Form and TreeSelect demo ( #29656 )
* chore: update Form and TreeSelect demo
* fix eslint
4 years ago
xrkffgg
deb50b4780
style: optimize form tooltip cursor style ( #29650 )
4 years ago
Zack Amiton
d65141d79c
docs: Minor grammar/spelling tweaks to Form english docs ( #29636 )
* Minor grammar/spelling tweaks to Form english docs
* Update components/form/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
4 years ago
Tom Xu
e5d908a078
docs: format api ( #29537 )
4 years ago
limingxin
d719f16487
docs: update link ( #29558 )
4 years ago
mumiao
4ad6a55474
fix: form.item is not type safe due to not forwarding their type para… ( #29397 )
* fix: form.item is not type safe due to not forwarding their type parameters to the rcForm components
* test: add test cases
4 years ago
afc163
76434a15df
chore( 🆙 ): upgrade devDeps ( #29418 )
* chore(🆙 ): upgrade devDeps
* prettier code
* fix dnd demo
* fix react-dnd demo
* fix npm start and demo tsx compile
* fix snapshot
4 years ago
二货机器人
bec5a08368
feat: InputNumber support stringMode ( #29373 )
* add input-number demo
* update snapshot
* update demo
* docs: Update desc
* update doc
* clean up React useLayoutEffect warning
* fix ts definition
* re-trigger
* update rc-uitl version
* bump rc-input-number
* update
* update
* fix ts
* update demo snapshot
* update doc
* update demo
4 years ago
afc163
99c2c2ff0b
refactor: use optional chaining instead of if ( #29368 )
* refactor: use optional chaining instead of if
* revert some code
4 years ago
叶枫
6e89866694
feat: 动画样式添加 prefix ( #29268 )
* feat: add prefix
* fix: 剩余
* fix: test
* fix: test
* fix: test
* fix: test
* fix: 传了 name 则使用传的
* fix: pop 添加 prefix
* fix: Ok OK ?
* fix: modal confirm
* fix: select
* fix: test
4 years ago
afc163
a64056eb8a
fix: TextArea showCount should not be interactive ( #29245 )
close #29240
4 years ago
zj9495
f77a9ac402
docs: add missing docs for array rule ( #28437 )
* docs: add missing docs for array rule
* update docs
* update docs
4 years ago
陈帅
a4f0957576
docs: add 4.12.0 changelog ( #29131 )
* docs: add 4.11.3 changelog
* update docs
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* update docs
* add 4.12.0 changelog
* update docs
* fix typo
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* fix changelog
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* update docs
* Update CHANGELOG.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: einq7 <50612752+AlanCutFlim@users.noreply.github.com>
* fix typo
* fix typo
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: einq7 <50612752+AlanCutFlim@users.noreply.github.com>
4 years ago
xrkffgg
dcc0ffa016
chore : prettier code ( #29123 )
* style: prettier code
* update
* Update index.less
4 years ago
二货机器人
15a9947f87
docs: Improve fields value ( #29075 )
4 years ago
Homyee King
20c49b7bbb
docs: fix demo-focus layout ( #29028 )
* fix: demo-focus layout
* fix: update snap
* fix: form noStyle test case
* fix: update snap
Co-authored-by: wanghongye <wanghongye@kuaishou.com>
4 years ago
zombiej
9a01c9ea0b
fix: name connect
4 years ago
zombiej
687b68b256
test: test driven
4 years ago
二货机器人
4315ac567c
chore: replace omit ( #28846 )
* chore: Replace omit.js with rc-util omit
* chore: Replace omit.js with rc-util omit
* fix ts
* fix ts
* fix ts
4 years ago
偏右
a0eb9d31de
chore: merge master into feature ( #28751 )
* fix: Transfer dataSource cannot be immutable (#28675 )
close #28662
* docs: fix errors in example code (#28677 )
* ci: expand ie check (#28673 )
* ci: expand ie check
* Update issue-open-check.yml
* perf(📦 ): reduce @babel/runtime package size (#28678 )
* perf(📦 ): reduce @babel/runtime package size
04cd73dea1
* chore(🆙 ): upgrade @ant-design/react-slick to esm support version
* upgrade @ant-design/tools
* ci: add open condition (#28682 )
* fix(Slider): forcePopupAlign null when unmounted (#28699 )
* docs: Update overview.zh-CN.md (#28703 )
* docs: Update resources.en-US.md (#28701 )
* chore: bump rc-select to 12.1.0 (#28715 )
* fix: stylelint plugin (#28730 )
* Update package.json
* perf(📦 ): upgrade rc-image to 5.x (#28727 )
* refactor: upgrade rc-image to 5.x
reduce bundle size
* upgrade rc-image
* upgrade @ant-design/tools
https://github.com/ant-design/antd-tools/pull/226
* rc-image 5.0.0
* fix image preview icon missing
* refactor code
* docs: example of synchronous rc-tree (#28648 )
* ci: fix outputs type
过程中的使用 string。奇怪啊,之前测试过的,今天点的时候发现不行了
* Update package.json
* fix: site overflow cause sticky invalid (#28741 )
* fix: site overflow cause sticky invalid
* disable auto scroll
* chore: upgrade rc-dialog and rc-drawer (#28749 )
* chore: upgrade rc-dialog and rc-drawer (#28687 )
* chore: upgrade rc-dialog and rc-drawer
* upgrade rc-util
* update snapshots
* upgrade rc-util
* upgrade rc-util
* update snapshots
* upgrade rc-dialog
* perf: remove duplicated rc-dialog
Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
Co-authored-by: bigbigbo <zxb141242@163.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: Yann Pringault <yann.pringault@gmail.com>
Co-authored-by: godfather <greenday.wj@foxmail.com>
Co-authored-by: Mateusz Wierzbicki <22788841+mateusz-wierzbicki@users.noreply.github.com>
Co-authored-by: Kermit <kermitlx@outlook.com>
Co-authored-by: AkiJoey <akijoey1010635951@gmail.com>
Co-authored-by: qqabcv520 <605655316@qq.com>
Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
4 years ago
bigbigbo
b53a4b51ce
docs: fix errors in example code ( #28677 )
4 years ago
Hossein Mohammadi
04bfa3c54f
chore: add prettier-plugin-jsdoc ( #28551 )
4 years ago
二货机器人
6ecfa74e7d
feat: Select support responsive `maxTagCount` ( #28520 )
* feat: init select overflow
* chore: use inline-xxx instead of rtl
* docs: Add demo
* test: Update snapshot
* fix: style lint
* test: Update snapshot
* chore: Update rc-tree-select version
* test: Update snapshot
* test: Update snapshot
* chore: bump all rc-resize-observer version
* bump bundle size
4 years ago
偏右
6192403b2c
Update index.zh-CN.md
4 years ago
Chan Qin Liang
263d8ec8e8
Include parenthesis on mixin calls to support less 4.0.0 ( #28465 )
4 years ago
二货机器人
55e0d13234
chore: Add demo tsx check ( #28389 )
* chore: Add demo tsx check
* chore: Prettier
* chore: Fix lint
* fix: Upload ts definition
* chore: Demo onlt
* docs: Fix demo
* chore: Add CI action
* chore: Use real name
* chore: fix ts define
* chore: fix more ts
* chore: fix more ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: More ts
* chore: Update all rest TS demo
* fix test case
4 years ago
afc163
9948d2f3e6
docs: add FAQ about custom form control
close #27994
close #24373
4 years ago
二货机器人
857cbe1b23
fix: Fixed columns z-index issue ( #28346 )
* fix: Fixed columns z-index issue
* fix lint
4 years ago
Kermit
b68ffc6068
docs: optimize trigger of Form.Item ( #28197 )
* docs: optimize trigger of Form.Item
* docs: update Form.Item
4 years ago
vouis
c4bb71c599
feat: change type from ScrollLogicalPosition to Options ( #28324 )
4 years ago
vouis
6426dbdfa4
feat: Form scrollToFirstError support ScrollLogicalPosition ( #28272 )
* feat: Form scrollToFirstError support ScrollOptions type
* feat: Form scrollToFirstError add boolean type
* Apply suggestions from code review
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
4 years ago
arange
d372028476
docs: Update complex-form-control.md ( #28311 )
Fixing some typos and grammar issues.
4 years ago
dependabot[bot]
775d1800bb
chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 ( #28253 )
* chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.15.0 to 7.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix eslint style
* chore: prettier code style
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
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