We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e21ee1 commit 59bdbf7Copy full SHA for 59bdbf7
README.md
@@ -124,7 +124,7 @@ export default () => (
124
| clearIcon | specify the clear icon | ReactNode | - |
125
| removeIcon | specify the remove icon | ReactNode | - |
126
| menuItemSelectedIcon | specify the item selected icon | ReactNode \| (props: MenuItemProps) => ReactNode | - |
127
-| dropdownRender | render custom dropdown menu | (menu: React.Node, props: MenuProps) => ReactNode | - |
+| dropdownRender | render custom dropdown menu | (menu: React.Node) => ReactNode | - |
128
| loading | show loading icon in arrow | boolean | false |
129
| virtual | Disable virtual scroll | boolean | true |
130
| direction | direction of dropdown | 'ltr' \| 'rtl' | 'ltr' |
0 commit comments