feat(DropdownItem): add get-container prop (#4611)

This commit is contained in:
neverland
2019-09-27 19:37:29 +08:00
committed by GitHub
parent ffdb823117
commit 4e837ee558
6 changed files with 253 additions and 169 deletions
+1
View File
@@ -129,6 +129,7 @@ Use `active-color` prop to custom active color of the title and options
| options | Options | *Option[]* | `[]` | - |
| disabled | Whether to disable dropdown item | *boolean* | `false` | - |
| title-class | Title class | *string* | - | - |
| get-container | Return the mount node for menu | *string \| () => Element* | - | 2.2.4 |
### DropdownItem Events