偏右
db97c5788e
chore: add remark lint ( #23457 )
* 💄 Add remark lint for markdown files
* 💄 Add remark lint for markdown files
* 💄 Add remark lint for markdown files
5 years ago
二货机器人
1163d8e23d
docs: Update demo ( #23451 )
5 years ago
xrkffgg
5e09660a3e
fix: collapse default position in rtl ( #23445 )
* fix: collapse default position in rtl
* update snap
* up
* fix
* fix
* fix var
* fix
5 years ago
偏右
428b07625c
fix: Select arrow cannot trigger open ( #23448 )
close #23447
5 years ago
Amumu
17c63e52bf
chore: improve less variable @form-item-margin-bottom ( #23436 )
* improve @formItemMarginBottom
* Revert "improve @formItemMarginBottom"
This reverts commit 6d8da5bdb9
.
* update style
5 years ago
偏右
02faa4bcf1
💄 tweak Table selected row hover background ( #23313 )
5 years ago
偏右
4902c5a4f0
docs: 📖 update Form ts demo for createRef ( #23440 )
close #23417
5 years ago
偏右
8bd8eee573
fix: first Divider render bug ( #23438 )
close #23432
5 years ago
偏右
c3e263f2f2
chore: 🚮 remove console ( #23431 )
5 years ago
二货机器人
5a10d29796
fix: ConfigProvider with nest prefixCls ( #23423 )
* fix: ConfigProvider with nest prefixCls
* update
* update
* update
5 years ago
xrkffgg
3d76859bbc
style: add dropdown group title rtl style ( #23404 )
* style: add dropdown group title rtl style
* fix margin
* fix lint
5 years ago
偏右
fc98ab7222
test: increase test cov for Layout and Typography ( #23407 )
5 years ago
xrkffgg
089591ac34
style: add steps disabled style ( #23402 )
5 years ago
xrkffgg
f748c4ef17
style: optimize pageheader rtl style ( #23401 )
5 years ago
xrkffgg
0b6d34d474
style: optimize statistic rtl style ( #23397 )
5 years ago
xrkffgg
e2dacde754
style: fix button loading rtl ( #23399 )
5 years ago
偏右
54d050324a
🐛 Fix Carousel tabindex in non-active slide ( #23380 )
close #23294
5 years ago
偏右
76ee9668ef
docs: 📖 update react-slick API link ( #23379 )
* Update index.en-US.md
* Update index.zh-CN.md
5 years ago
Tom Xu
6e1ffb96ca
fix: Input.Search ConfigProvider size ( #23331 )
* fix: Input.Search ConfigProvider size
* Update Search.tsx
* add test
* Update size.md
5 years ago
Tom Xu
50416b3a7b
improvement: Form default locale ( #23165 )
* improve: Form default locale
* fix lint
* fix lint
* improve form doc
* add test case
* improve form validate messages
5 years ago
Tom Xu
09e69c385e
refactor(button): rewrite with hook ( #23367 )
5 years ago
偏右
f4c489553f
fix: Modal.info onOk execute times ( #23360 )
* refactor: modal confirm onOk code
* fix: Modal.xxx onOk execute time when has close argument
close #23358
* Add test case
* fix lint
5 years ago
Eric Wang
95f6f0f14a
Chore: Refactor affix test to typescript ( #23364 )
5 years ago
Amumu
c70b49a709
fix: fix tree key ts type ( #23348 )
* fix tree key ts type
* revert snap
5 years ago
Amumu
5e7f3cc67e
firstActiveValue has been deprecated, remove it ( #23354 )
5 years ago
kenve
edcd1b2609
docs(components): improve link ( #23355 )
5 years ago
偏右
8ab146220e
💄 Fix Input[type=color] height ( #23351 )
close #23334
5 years ago
xrkffgg
6c451865eb
site: add title upload picture-card ( #23312 )
* style: fix modal body padding without header
* change demo
* add url
5 years ago
xrkffgg
7d5910faf0
style: fix menu rtl style ( #23319 )
5 years ago
Misha Kav
cff24d5dcb
add missings translations in he_IL ( #23302 )
5 years ago
Misha Kav
f9cb1522f3
add missing translations in ru_IL ( #23303 )
5 years ago
偏右
0716d1498f
fix: Dropdown submenu background ( #23296 )
* 🐛 Fix Dropdown submenu background
close #23293
* remove unused code
5 years ago
二货机器人
f7d1d41220
fix: multiple selector disabled remove icon ( #23295 )
* fix: Select remove icon
* revert demo
5 years ago
偏右
ff509bccd0
fix: optimize PageHeader responsive behavior ( #23277 )
* 💄 optimize PageHeader responsive behavior
close #23260
* ✅ add test case
* remove console
5 years ago
偏右
c7cc8d40c8
🐛 Select custom suffixIcon could be operated ( #23274 )
close #23263
5 years ago
二货机器人
c2a1fe5b1f
docs: Update Table edit row example ( #23270 )
5 years ago
二货机器人
9c08bb2482
docs: Add listHeight desc ( #23268 )
5 years ago
二货机器人
02d7292576
fix: Input inline allowClear style ( #23259 )
* fix: Input allow clear icon
* update test case
* update snapshot
5 years ago
Dongcheng Wang
ac5050f4ed
doc(slider): value & defaultValue not consistent with definition ( #23252 )
5 years ago
zefeng
efd25100a5
fix: tree-select render blank in compact mode ( #23231 )
5 years ago
偏右
4ad5830eec
fix: Select caret missing in Collapse ( #23250 )
close #23059
close #23175
5 years ago
Christian Fleschhut
54b11b2ae3
docs(Empty component): 📖 Fix typo in image prop description ( #23251 )
5 years ago
Tanmoy Bhowmik
e3d2754b1d
fix: Fix popupClassName prop in timepicker ( #23214 )
* fix(time-picker): combine dropdownClassName and popupClassName prop
* test(time-picker): add test for popupClassName and dropdownClassName prop
* chore(time-picker): add demo for popupClassName prop
* test(time-picker): remove rc-picker dependency
* doc(time-picker): change default prop of popupClassName to undefined
* fix(time-picker): remove the use of dropdownClassName
* Apply suggestions from code review
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
Evan Charlton
58c6900175
chore: Fix console warning typo (validate -> valid) ( #23240 )
Clean up the typos in the helpful console warning messages which get
emitted if the incorrect prop is passed to certain components.
5 years ago
xrkffgg
1855fef437
fix: fix select rtl ( #23235 )
* fix: fix select rtl
* fix lint
Co-Authored-By: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
5 years ago
二货机器人
c338569cff
docs: Update Form required desc ( #23238 )
* Update index.zh-CN.md
* Update index.en-US.md
5 years ago
Rustin
13fda44fb1
refactor(skeleton): rewrite with hook ( #23206 )
* refactor(skeleton): rewrite with hook
* fix(skeleton): refine lint and compile issues
* fix(skeleton): refine compile issues
* chore: ignore eslint warning
5 years ago
二货机器人
8c11676afa
fix: Table selection `childrenColumnName` not work ( #23205 )
* fix childrenPropName
* test case
* update test case
5 years ago
Eric Wang
436d4b1be5
improvement: Fix types in form item ( #22962 )
* Fix types in form item
* use jsx.element
5 years ago
afc163
3f4f5864fe
✅ fix test case which fails a lot
5 years ago