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
2018-02-04 01:29:56 -06:00
sallen450
e0fb5b8866
Fix: Dropdown.Button not fully disabled ( #9013 )
...
* fix(Dropdown): dropdown won't be fully disabled
* test(Dropdown): check props pass to Dropdown
2018-01-18 09:39:34 -06:00
afc163
5dfb114842
fix dropdown transitionName
2018-01-13 17:25:08 +08:00
cjahv
557f7a02f6
DropDownProps trigger add contentMenu ( #8793 )
...
* 下拉菜单的trigger添加contentMenu
DropDownProps trigger add contentMenu
* fix spelling mistakes
2017-12-31 18:21:06 +08:00
afc163
2690c4dd86
Fix typo
2017-12-31 18:20:24 +08:00
Wei Zhu
999d6184ad
docs: Sort api table
2017-12-29 20:22:58 +08:00
Claudio Restifo
f17ac47547
Minor typo in dropdown API - [contentMenu] ( #8767 )
...
I suspect there's a typo in the page:
in the `trigger` API description is listed as 3rd option:
```
contentMenu
```
I suspect you meant
```
contextMenu
```
If so this PR is just fixing this minor overlook.
2017-12-28 14:09:39 +08:00
Wei Zhu
427be4cff5
Remove unused style property
2017-12-05 15:16:14 +08:00
afc163
81472aaf3b
Fix custom filter dropdown focus issue, close #8411
2017-12-03 19:09:39 +08:00
afc163
1662710acd
contextMenu Dropdown, close #7232
2017-11-26 14:02:38 +08:00
Benjy Cui
00ff041d16
fix: submenu should work fine in dropdown, close : #8248
2017-11-21 10:06:26 +08:00
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
2017-11-17 14:38:54 +08:00
Wei Zhu
bbb1a3a828
Merge branch 'master' into antd-3.0
2017-10-25 10:27:38 +08:00
Wei Zhu
36227a10db
docs: sort api table
2017-10-25 10:25:44 +08:00
afc163
a9073988ec
Merge branch 'master' into antd-3.0
2017-10-18 14:07:53 +08:00
Nekron
5017234381
doc: fix spelling mistakes in dropdown demo ( #7912 )
2017-10-17 11:20:33 -05:00
afc163
efe0f3480a
Merge branch 'master' into antd-3.0
2017-10-11 18:13:39 +08:00
afc163
3f54dbd3d2
document dropdown menu
2017-10-11 17:42:36 +08:00
afc163
d3b98d311a
Merge branch 'master' into antd-3.0
2017-10-10 14:09:03 +08:00
afc163
712451acf7
Fix codepen demo
2017-10-10 11:35:50 +08:00
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
2017-10-09 19:18:04 +08:00
afc163
4eb9d5ef56
Merge branch 'master' into antd-3.0
2017-10-09 13:33:59 +08:00
afc163
942ea41b02
update snapshot for new jest
2017-10-09 13:32:11 +08:00
afc163
475e4ff23d
upgrade eslint-config-airbnb
2017-10-09 13:27:35 +08:00
偏右
2bced36f0c
New component styles ( #7731 )
...
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
2017-09-27 22:32:49 +08:00
ChaXinyu
14e2a56b75
export components interface ( #7654 )
...
* export components interface
* export specific props
* fix formItem missed import
2017-09-25 22:14:49 +08:00
afc163
b7aee09758
Fix dropdown menu group title style
2017-09-25 21:35:56 +08:00
afc163
f545e52ec5
Fix dropdown menu group title style
2017-09-25 21:28:00 +08:00
偏右
759b0bb821
seperate reset styles ( #7682 )
...
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
2017-09-22 18:33:29 +08:00
Wei Zhu
250c7a9c68
Revert "Mock rc-trigger"
...
This reverts commit 9d2c91598b
.
2017-09-15 16:42:25 +08:00
Wei Zhu
9d2c91598b
Mock rc-trigger
...
Ref #5522
2017-09-15 16:14:26 +08:00
jiang
2570ba8fe6
Menu anim ( #7567 )
...
* update menu icon animate
* add padding !important, restore menu retraction animate
* update dropdown arrow
2017-09-12 16:46:33 +08:00
Khalifa Lame
a2eb54b1ae
docs: update Dropdown English doc ( #7442 )
...
Fixed typos
2017-09-08 10:09:11 +08:00
afc163
96dd7132e8
Merge branch 'master' into feature-2.13
2017-08-30 13:22:38 +08:00
afc163
3ceda311b6
menu cannot be selectable in dropdown defaultly
2017-08-29 19:55:09 +08:00
afc163
7fed87f835
doc: fix undocumented selectable prop of Menu
2017-08-29 19:45:13 +08:00
John Nguyen
3b6ea67115
adds className to DropDown component" ( #7378 )
2017-08-29 13:27:38 +08:00
afc163
7e2d456453
Fix ci
2017-08-27 14:43:23 +08:00
afc163
d4171badfd
Merge from master
2017-08-19 12:40:40 +08:00
lihqi
6624805ad4
Update index.en-US.md ( #7259 )
2017-08-18 19:19:10 +08:00
lihqi
5bf94956e4
Update index.zh-CN.md ( #7258 )
2017-08-18 19:19:02 +08:00
Benjy Cui
e0bf1cefe7
fix: disabled of Dropdown, ref: #7102
2017-08-16 17:56:07 +08:00
nikogu
7d49cc18a9
Merge branch 'master' into feature-2.13
2017-08-12 11:16:33 +08:00
Eden Wang
e633f91c27
Disabled Dropdown is showing Menu on hover ( #7102 )
...
* disabled dropdown is showing menu on hover
* fix cr error
* update snap
* update document
2017-08-11 23:55:36 +08:00
afc163
4c52ccaff9
Fix Dropdown menu width, close #7124
2017-08-07 21:27:08 +08:00
Xiaohan Lee
bb195ee95f
Docs: update docs for Dropdown.Button ( #7071 )
...
* add "size" api document
2017-08-04 09:42:32 +08:00
afc163
acc0c5a216
Add instruction about dropdown menu item highlighted style
2017-07-25 18:00:33 +08:00
afc163
144c67f054
Fix dropdown menu position bug
2017-07-25 17:56:45 +08:00
Benjy Cui
2413c6af61
fix: make loading work with icon only button in button group, close : #6822
2017-07-14 15:26:55 +08:00
Benjy Cui
7ff0573046
fix: broken style of disabled submenu in dropdown, close : #6548
2017-06-22 14:41:18 +08:00