ddcat1115
b236d73348
fix firefox Layout.Sider can't collapse to zero width ( #5833 )
8 years ago
ddcat1115
c0125ff1ce
allow user to override `showIcon` `type` of Alert[banner] ( #5818 )
8 years ago
Benjy Cui
0a2fb1817f
fix: vertical tab bar height should follow tabs height ( #5809 )
* fix: vertical tab bar height should follow tabs height
* docs: update demo for Tabs
8 years ago
ddcat1115
70b89e9316
fix AutoComplete style in Input.Group[compact] ( #5849 )
8 years ago
Graeme Yeates
297412b57c
Add a less variable to opt out of form item colons
8 years ago
afc163
455a23f1bb
should only affect notification without description and with icon, #5846
8 years ago
afc163
12a9f1e5b5
Auto adjust notification style for singleline message, close #5846
8 years ago
Benjy Cui
f5fa64c17b
fix: hack to fix ts compile errors
8 years ago
Benjy Cui
5fe3cb9318
refactor: to ES6 class style
8 years ago
Graeme Yeates
89c37552a3
Set the color on input suffix
8 years ago
Min
dfad1f887c
fix: pre/next's style of Tabs' vertical mode ( #5784 )
When tabPostition = 'left' | | 'right, slideButton should be on the up and down, but the actual in left and right
Signed-off-by: Min <dicklwm@163.com>
8 years ago
afc163
4310eb3b80
update input demo snapshot
8 years ago
afc163
1b42fbc728
Add Input range demo
8 years ago
afc163
b9ff7ed613
enlarge close area of Modal
8 years ago
Yiming
c9a09a1d01
Update index.zh-CN.md
fix typo
8 years ago
afc163
73ca5a9d0e
Fix tabs snapshots
8 years ago
afc163
6b1cec2bf6
Use height over padding for button size, close #5256
8 years ago
afc163
03e9a97e2b
typo
8 years ago
afc163
6e147b7a3d
card type Tab should not have any animation
8 years ago
afc163
b9851f84c8
fix link focus style
8 years ago
afc163
fbdebd7692
Fix button loading transition
8 years ago
afc163
8605e84150
update button demo
8 years ago
afc163
f4413a6758
Fix Transfor moving item background
8 years ago
afc163
cb1815cfdf
fix api doc
8 years ago
Benjy Cui
eb9e19be1f
feat: make Checkbox work in Checkbox.Group, close : #5645 ( #5714 )
* refactor: simplify Radio's code
* feat: make Checkbox work in Checkbox.Group, close : #5645
* test: add snapshot
8 years ago
afc163
9497a1f546
Fix InputGroup large and small size bug, close #5754
8 years ago
Erwann Mest
73d7e816b1
Destructuring for the win.
8 years ago
afc163
335eb0c246
Fix style prop of Upload.Dragger
8 years ago
afc163
8a1c875123
update select doc
8 years ago
afc163
67c386494b
fix tree demo css
8 years ago
afc163
d081ab6614
Hide tree demo for #4932
8 years ago
Wei Zhu
dfaa647950
docs: Document AutoComplete[onSearch]
Related: #5610
8 years ago
afc163
fc199e47b8
fix snap
8 years ago
afc163
c7261f5fb6
update locale-provider test case
8 years ago
afc163
31273135e2
remove displayName
8 years ago
afc163
5be7dc6b90
Fix InputGroup style, close #5743
8 years ago
afc163
a8808c45ac
react-addons-test-utils => react-dom/test-utils
8 years ago
afc163
1be0936cb8
fix snapshots
8 years ago
afc163
04af6d5c7f
improve table demo style, close #5697
8 years ago
afc163
1083f82c5d
Fix icon transtion delay problem in Chrome
8 years ago
pinggod
01f0e07835
fix issue 5707: override the default a:focus style when it nested in the menu component
8 years ago
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
8 years ago
whtang906
851f8a8756
Add missing props(parser) into InputNumberProps
8 years ago
leadream
193b2b7684
not aligned after customizing the size of input
For some reasons I customized the size of <Input/>. Now the default height of <Input> is 40px. But there's a problem in <RangePicker/> after doing that: the texts and icon inside it are not aligned vertically at center.
When I look into the code I found the height of `ant-calendar-range-picker-input` is 18px. I modified it to 100% and it aligned. I'm not sure if it can affect the other code.
----------------------------------------
因为某些原因我自定义了 <Input/> 的尺寸,现在它的默认高度是40px。但是当我使用 <RangePicker/> 组件时,我发现了一个问题:输入框里面的文字和图标在垂直方向不能居中对齐。我看了一下 css 代码,发现里面的 `ant-calendar-range-picker-input` 高度是固定的18px,我把它改成100%就可以垂直居中对齐了。我不知道这个改动是否会影响其他代码。
8 years ago
afc163
92b8e8534e
change variable names #5711
8 years ago
Sanjay Kumar
692ccf85e7
Adding less variables for table head background color and table row hover
8 years ago
Wei Zhu
5ddd7f847f
docs: Document customized form control
Related: #5700
8 years ago
Kimmo Saari
0d4b436eb2
Add locale fi_FI ( #5674 )
8 years ago
afc163
5ed4919131
Fix tree select arrow rotate bug, close #5693
8 years ago
Benjy Cui
d8e465d579
css: fix height of MonthPicker
8 years ago