Yury Kozyrev
1e92ff8efd
onKeyPress and onKeyDown typings ( #9316 )
* Update Checkbox.tsx
* Update button.tsx
7 years ago
John Johnson III
3ffe718476
fix typo in less good ( #9315 )
Fix `background` property value by changing it from `transprent` to `transparent`
7 years ago
Benjy Cui
44063967a1
fix: make Mention autosize height by default, close : #9068 ( #9307 )
7 years ago
Benjy Cui
2411bdb7b7
fix: placeholder of Mention should not be interactable, close : #9215 ( #9306 )
7 years ago
Wei Zhu
7d3ff69e12
Fix small bordered table style
Fix #8980
7 years ago
jim
7b4abe7568
doc add select component showArrow props document
7 years ago
afc163
dc7d9de4cd
revert demo code
7 years ago
afc163
70f3afeda0
Fix ButtonGroup style bug when have disabled button, close #9296
7 years ago
afc163
6577616be2
fix demo
7 years ago
afc163
875024cd1e
update onRow usage
7 years ago
afc163
3ed3a078e1
Document for Table onRow, ref #355
7 years ago
Leo
f8e996ee8e
fix type of column dataIndex ( #9298 )
7 years ago
afc163
a5f29f06a5
Fix select arrow style in IE11
7 years ago
Wei Zhu
e992682aa8
Ignore invalid end date
Fix #9267
7 years ago
afc163
33e2ef0f8d
revert 1502d36 to fix #9276
ref #7934
7 years ago
Andreas Cederström
f1bd8d0d11
proper class on avatar when image doesnt exist ( #9278 )
7 years ago
afc163
59b18b4c26
Fix card loading with empty children, close #9258
7 years ago
Wei Zhu
ca6a8d13bd
site: Update Table drag demo
Close #9255
7 years ago
Wei Zhu
18188317c1
Update snapshots
7 years ago
Wei Zhu
1735d89a66
docs: Update RangePicker[ranges] type
7 years ago
mgrdevport
b87f76e64a
Change Calendar mode via property ( #9243 )
7 years ago
愚指导
df4097ca4d
[Select] Pass Option as onChange and onSelect second argument ( #9228 )
7 years ago
George Gray
22c3097d79
Vars to theme Tabs ( #9172 )
7 years ago
Wei Zhu
70f30ef065
Trigger onOk when click on preset range ( #9213 )
Close #7747
7 years ago
ryanhoho
42354989e9
修复默认样式和card样式下,tabPosition=bottom时的样式错误 ( #9104 ) ( #9165 )
7 years ago
YuChao Liang
75c365aa2c
fix(TextArea): calculateNodeHeight ( #9107 ) ( #9108 )
7 years ago
Zheeeng
24e373a812
Remove span.ant-tag-text in Tag, and remove type casting in Dropdown ( #9055 )
* Remove span.ant-tag-text
Warp React.ReactNode with span element is not suggested. It may cause anti-specification problem: `<span><span>I'm spec breaker</span></span>`. span is not a general tags container.
Another benefit from this change is keeping the same structure with CheckableTag.
After inspecting the removing of the style of .ant-tag-text, seems bringing no problems. The old example employeed this css class has gone long long time ago. See: 0635877a51
* Use React.Children.only api to supress type casting
By codes, the children and the overlay of Dropdown must be **single** and **valid React.ReactElement**. React.Children.only takes it and report more friendly React internal built error messages.
* Revert hack CSS styles: filling .ant-tag's block area with orphan child anchor
7 years ago
George Gray
03c180ff08
Use @btn-primary-bg for primary ghost btn ( #9236 )
7 years ago
Wei Zhu
29969959f8
Revert "Add test for 3b0a704"
This reverts commit 980b2cc32b
.
7 years ago
Wei Zhu
980b2cc32b
Add test for 3b0a704
7 years ago
Wei Zhu
aa88c656f1
docs: remove expaned row hover background color
Close #8775
7 years ago
Wei Zhu
a9537e5934
Update snapshot
7 years ago
Wei Zhu
3b0a704df8
Only clear hoverValue when picker is open
Fix #6364
7 years ago
afc163
7a33a9e5d5
Fix extra wrapper of Card children, close #9226
7 years ago
Evert Bouw
0c69d721de
Fix(Typings): Add OnHeaderCell property to ColumnProps ( #9223 )
* Fix(Typings): Add OnHeaderCell property to ColumnProps
* onHeaderCell actually receives the ColumnProps object
7 years ago
Wei Zhu
ef55562deb
Attempt to fix #8885 again, add more tests ( #9164 )
7 years ago
Wei Zhu
bebed2c4ae
Allow function for preset range ( #9195 )
* Allow function for preset range
Close #8281
* Rename RangePickerRange to RangePickerPresetRange
7 years ago
afc163
8d6252cfe1
Fix missing scrollbar in chrome
7 years ago
mgrdevport
5fd741bf21
Pass name prop down to the table selection input ( #9054 )
7 years ago
afc163
6c46692160
Tweak confirm title style
7 years ago
Wei Zhu
842c7f21d9
Fix RangePicker input ( #9009 )
fix #6999
fix https://github.com/react-component/calendar/issues/286
7 years ago
afc163
9f2b4905f0
Fix AutoComplete border color in form
7 years ago
Pyroboomka
99469bd1b1
Syncing forceRender prop with rc-collapse. ( #9192 )
7 years ago
Wei Zhu
5c00985fed
Add children to AntTreeNodeProps
7 years ago
Wei Zhu
17e26ecb71
Revert "docs: fix DatePicker start end demo"
This reverts commit b9120980fb
.
7 years ago
ryanhoho
b93e33c535
table size padding use @table-padding-vertical & @table-padding-horiz… ( #9106 )
7 years ago
George Gray
d19fa740c7
use highlight var on vertical menu ( #9169 )
7 years ago
Wei Zhu
b9120980fb
docs: fix DatePicker start end demo
Close #9163
7 years ago
Wei Zhu
1c27c28ba9
Fix Turkish locale
7 years ago
Wei Zhu
fa14765695
Revert "Control Calendar value, fix #8885 ( #9141 )"
This reverts commit 98387ad819
.
7 years ago