You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| renderExtraFooter | render extra footer in panel by setting a scoped slot| slot="renderExtraFooter" | - |
110
-
| showTime | to provide an additional time selection | object\|boolean |[TimePicker Options](#/us/components/time-picker/API)|
110
+
| showTime | to provide an additional time selection | object\|boolean |[TimePicker Options](/ant-design/components/time-picker/#API)|
111
111
| showTime.defaultValue | to set default time of selected date, [demo](https://ant.design/components/date-picker/#components-date-picker-demo-disabled-date)|[moment](http://momentjs.com/)\[]|[moment(), moment()]|
112
112
| value(v-model) | to set date |\[[moment](http://momentjs.com/), [moment](http://momentjs.com/)]| - |
Copy file name to clipboardExpand all lines: components/dropdown/index.en-US.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
| -------- | ----------- | ---- | ------- |
7
7
| disabled | whether the dropdown menu is disabled | boolean | - |
8
8
| getPopupContainer | to set the container of the dropdown menu. The default is to create a `div` element in `body`, you can reset it to the scrolling area and make a relative reposition. [example](https://codepen.io/afc163/pen/zEjNOy?editors=0010)| Function(triggerNode) |`() => document.body`|
9
-
| overlay(slot) | the dropdown menu |[Menu](#/us/components/menu)| - |
9
+
| overlay(slot) | the dropdown menu |[Menu](/ant-design/components/menu)| - |
10
10
| placement | placement of pop menu: `bottomLeft``bottomCenter``bottomRight``topLeft``topCenter``topRight`| String |`bottomLeft`|
11
11
| trigger | the trigger mode which executes the drop-down action | Array<`click`\|`hover`\|`contextmenu`> |`['hover']`|
12
12
| visible(v-model) | whether the dropdown menu is visible | boolean | - |
@@ -16,7 +16,7 @@
16
16
| --- | --- | --- |
17
17
| visibleChange | a callback function takes an argument: `visible`, is executed when the visible state is changed | function(visible) |
18
18
19
-
You should use [Menu](#/us/components/menu/) as `overlay`. The menu items and dividers are also available by using `Menu.Item` and `Menu.Divider`.
19
+
You should use [Menu](/ant-design/components/menu/) as `overlay`. The menu items and dividers are also available by using `Menu.Item` and `Menu.Divider`.
20
20
21
21
> Warning: You must set a unique `key` for `Menu.Item`.
22
22
>
@@ -27,17 +27,17 @@ You should use [Menu](#/us/components/menu/) as `overlay`. The menu items and di
27
27
| Property | Description | Type | Default |
28
28
| -------- | ----------- | ---- | ------- |
29
29
| disabled | whether the dropdown menu is disabled | boolean | - |
30
-
| overlay(slot) | the dropdown menu |[Menu](#/us/components/menu)| - |
30
+
| overlay(slot) | the dropdown menu |[Menu](/ant-design/components/menu)| - |
31
31
| placement | placement of pop menu: `bottomLeft``bottomCenter``bottomRight``topLeft``topCenter``topRight`| String |`bottomLeft`|
32
-
| size | size of the button, the same as [Button](#/us/components/button)| string |`default`|
32
+
| size | size of the button, the same as [Button](/ant-design/components/button)| string |`default`|
33
33
| trigger | the trigger mode which executes the drop-down action | Array<`click`\|`hover`\|`contextmenu`> |`['hover']`|
34
-
| type | type of the button, the same as [Button](#/us/components/button)| string |`default`|
34
+
| type | type of the button, the same as [Button](/ant-design/components/button)| string |`default`|
35
35
| visible | whether the dropdown menu is visible | boolean | - |
36
36
37
37
38
38
39
39
### Dropdown.Button events
40
40
| Events Name | Description | Arguments |
41
41
| --- | --- | --- |
42
-
| click | a callback function, the same as [Button](#/us/components/button), which will be executed when you click the button on the left | Function |
42
+
| click | a callback function, the same as [Button](/ant-design/components/button), which will be executed when you click the button on the left | Function |
43
43
| visibleChange | a callback function takes an argument: `visible`, is executed when the visible state is changed | Function |
0 commit comments