Jackie.Ls
9b150d9246
update ( #11597 )
6 years ago
Bartek
b9c248f313
changing the interface of TreeSelect, updating docs ( #11538 )
6 years ago
NumanHassan
a14ba62a07
Update index.en-US.md ( #11587 )
6 years ago
Wu Haotian
57646f24db
fix: correct typing of RcFile. close #10331
6 years ago
afc163
e397c094bb
site: Add ErrorBoundary for live demo, ref #11553
6 years ago
afc163
8dad311df0
Fix Slider demo error when input non-number string, close #11553
6 years ago
afc163
471f9409f9
chore demo code style
6 years ago
Chandler Moisen
10f1c6ceaa
Modal.confirm title overflow:hidden
6 years ago
Alexander Anpleenko
ac924d9443
fixed a word mistake
6 years ago
17073025
c31371e5a6
fix(auto-complete): add missing autoFocus prop in type
6 years ago
afc163
aa6b55be7e
clean up unused code
6 years ago
Lucien Lee
7c43bc553f
change message type to React.ReactNode
6 years ago
Lucien Lee
6606aad391
allow validator message as ReactChild
6 years ago
Ooi Yee Wei
c849a73f4e
First commit
6 years ago
Wei Zhu
d7ca64b95c
docs: add resizable column table demo
6 years ago
zombiej
6617f785fd
fix #11458 . Adjust treeNode draggable css
6 years ago
afc163
42efc2927d
fix card tabs demo
6 years ago
afc163
af03ae67f9
Fix TimePanel jump issue of hovering, close #11460
6 years ago
afc163
af4ed3988a
chore DatePicker and TimePicker font style
6 years ago
Ilan Hasanov
86398d910a
💬 misc typos and blank spaces fixes
6 years ago
Ilan Hasanov
d0ca9ae05e
💬 input component blank spaces remove
6 years ago
Ilan Hasanov
8ee70e84b6
💬 update layout copyrights year and fix typos
6 years ago
Ilan Hasanov
da92bfeba2
💬 fix tabs component blank spaces
6 years ago
Ilan Hasanov
186496d840
💬 fix tree component typos
6 years ago
Ilan Hasanov
6cecc9a0ea
💬 fixing upload component typos and capitalization consistency for en-US
6 years ago
afc163
7d46cabb17
docs: Add instruction about cascader typo api
6 years ago
qliu
c6518b92aa
fix: get label should use childrenKeyName for arrayTreeFilter when us… ( #11311 )
* fix: get label should use childrenKeyName for arrayTreeFilter when use customer fieldNames otherwise It can not get correct label array
* feat: add fieldNames test case in Cascader
* fix: cli fail
* fix: cil fail again
6 years ago
Eric Turriff
1bbf59bb1d
fixed typo in `InputNumber` docs
6 years ago
yoyo837
5ca7d75c0d
fix doc
6 years ago
yoyo837
ce24f278cf
docs
6 years ago
yoyo837
6ae02a9ab7
progress-dot
6 years ago
yoyo837
a0a0d88b78
Fix content without vertical alignment icon when using vertical label mode; And description text-align: center;
6 years ago
This JJ
2e7d08e98f
Add id to Select props ( #11189 )
* Can set id to props on Select
* Update index.tsx
6 years ago
Grant Klinsing
fd06d7b8b1
Update Pagination Typescript definition to include "role" ( #11474 )
* Add data-, aria- and role prop types to match rc-pagination
* Remove data- and aria- definitions since they are allowed already
6 years ago
zombiej
f5652f8e57
make title & label as optional props in treeSelect
6 years ago
Wei Zhu
9f76f1c276
chore: add tests for b9992f4
6 years ago
Wei Zhu
b9992f4a08
fix: DatePicker can not change year/month when under control
React 16.4 call getDerivedStateFromProps on every render
close #11447
close #11440
close #11439
close #11416
close #11405
6 years ago
JribiBelhassen
36f396f86f
Change label in TreeData interface to title, since label is deprecated ( #11442 )
6 years ago
afc163
fbf1a35249
Fix extra scrollbar style of Modal.confirm in Firefox, close #11432
6 years ago
Andrzej Dybionka
968371b22a
fix: table onChange event is fired every time when close filterDropdown
Close #11164
6 years ago
Will
e91f67b87c
Update index.zh-CN.md ( #11427 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [ ] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [ ] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
6 years ago
zongzi531
e29a88b704
fix: badge type error.
6 years ago
afc163
6cb6f5c83e
Fix select menu item radius style
6 years ago
afc163
1c5f8f1901
update snapshots
6 years ago
afc163
101fdc7241
Fix InputNumber overlap in fixed columns table
close #11408
ref #6289
6 years ago
Ed Moore
cd5cbafdf0
Fix types for Radio Group
6 years ago
Eager
c3e50c268d
fix(Tooltip): fix text overflow the Tooltip
6 years ago
Amumu
f728fbe5ab
getDerivedStateFromProp return null if not change
A valid state object (or null) must be returned. You have returned undefined.
6 years ago
hongxuWei
f796618a15
Fix the style of horizontal menu on dark theme
6 years ago
陈帅
d0c684e925
add wrapClassName and multi-level-drawer test
6 years ago