ddcat1115
6495ef3592
fix Layout style ( #4506 )
* fix #4459
* improve
8 years ago
afc163
b978937af8
fix jest snapshot
8 years ago
afc163
8e77e1710d
move ga script into head
8 years ago
afc163
9e4885d959
update select doc
8 years ago
afc163
c0ec375e8e
Fix documentation links, close #4496
8 years ago
afc163
237871da32
update spin document
8 years ago
afc163
31d6aca303
move spin variables to default.less
8 years ago
afc163
92c3bef888
Adjust spin style
8 years ago
afc163
1a8f000e35
update doc
8 years ago
Rafael Cosman
b10fa928f1
Improves english of README.md ( #4512 )
Hi. I'm a fan of this project and a native English speaker. I thought I'd take a minute to fix a few English usage issues in the README. Happy to help with other documentation if I have time.
8 years ago
Benjy Cui
3f20979fd7
bump 2.6.1
8 years ago
afc163
1fbebd4ecf
Fix a Cascader align bug
8 years ago
afc163
0d38fefb00
Fix Menu[theme=dark] selected and disabled style, #4440
8 years ago
afc163
1b10733e47
Update tree doc
8 years ago
afc163
343b3dfc08
update Changelog
8 years ago
Benjy Cui
435eed2e23
site: fix lang change in home page
8 years ago
afc163
0187384445
refactor for code style
8 years ago
feng zhi hao
0780b64099
style: fix header text color in home page ( #4477 )
8 years ago
afc163
e2b8aee202
fix snapshot
8 years ago
afc163
41ff783868
Add name type for Input, close #4479
8 years ago
afc163
657c707a79
Hide useless prop Form[horizontal]
8 years ago
afc163
53371dfe3e
Add plain text form item in demo, close #4465
8 years ago
afc163
9df1eb91db
Add form layout demo and fix vertical form style
8 years ago
afc163
a53bb4bfe4
simplify Input.Search code
8 years ago
afc163
26d3c506b3
simplify select combobox demo
8 years ago
afc163
ec35121bae
update demo title
8 years ago
afc163
c4ac4d1eca
fix Input prefix and suffix vertical align style
8 years ago
Benjy Cui
d4132ac558
chore: add missing definition for Modal
8 years ago
陆离
a0498e436f
docs: add document for `afterClose` props for Modal ( #4448 )
+ close #4445
8 years ago
Wei Zhu
4305ca7ab0
docs: Docment Select.defaultActiveFirstOption
8 years ago
陆离
e36039acf8
chore: Spinning Pagination of table while loading ( #4462 )
* Spinning Pagination of table while loading
- close #4461
* update snapshots of table
8 years ago
afc163
cfcf72e70e
update doc
8 years ago
afc163
6750c0b82b
Make color value can be selectable
8 years ago
afc163
4443db4de6
css code style
8 years ago
afc163
2c6881a24a
Fix error colorPalette is not defined in some situations
close ant-design/ant-motion#44
8 years ago
afc163
56bd431cc6
clean demo
8 years ago
afc163
11f509a972
clean demo
8 years ago
Benjy Cui
9d92066d1f
chore: update data-picker detail, ref: #4415
8 years ago
chencheng (云谦)
0230385e95
docs: update practical-projects ( #4385 )
8 years ago
afc163
d4993ce3e0
Fix less compile error
8 years ago
Benjy Cui
4db6d3b915
site: fix language switch in Firefox, close : #4360
8 years ago
偏右
15b81d7ec8
test: Add test case for components/index.tsx ( #4450 )
8 years ago
Benjy Cui
29e598a3f3
docs: add missing docs for Option[title]
8 years ago
Jialei
96d3093b14
fix: placeholder in time-picker can be empty string ( #4446 )
8 years ago
Benjy Cui
fe706ebf0d
chore: update ISSUE_TEMPLATE.md
8 years ago
偏右
8f3dc0f16e
Update introduce.en-US.md
8 years ago
afc163
3ecc5f6c85
Fix search text color in Home page
8 years ago
afc163
d0df37ed42
Fix Menu[theme="dark"] text color, close #4440
8 years ago
afc163
372a44a92a
update doc about startsWith
8 years ago
Edd Hannay
ec2bec5417
Add tokenSeparators prop to Select TS definitions ( #4441 )
[The documentation](https://ant.design/components/select/ ) lists the `tokenSeparators` property on the `Select` component, but the TypeScript definition for the component does not contain the `tokenSeparators` property. The underlying `rc-select` component [defines tokenSeparators](https://github.com/react-component/select/blob/master/src/Select.jsx#L79 ) as `PropTypes.arrayOf(PropTypes.string)`, so I've added it as an optional TypeScript property of type `string[]`.
- Add tokenSeparators to SelectProps in Select Component
8 years ago