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 423f860 commit 5a70e6eCopy full SHA for 5a70e6e
README.md
@@ -123,7 +123,7 @@ export default () => (
123
| inputIcon | specify the select arrow icon | ReactNode | - |
124
| clearIcon | specify the clear icon | ReactNode | - |
125
| removeIcon | specify the remove icon | ReactNode | - |
126
-| menuItemSelectedIcon | specify the remove icon | ReactNode \| (props: MenuItemProps) => ReactNode | - |
+| menuItemSelectedIcon | specify the item selected icon | ReactNode \| (props: MenuItemProps) => ReactNode | - |
127
| dropdownRender | render custom dropdown menu | (menu: React.Node, props: MenuProps) => ReactNode | - |
128
| loading | show loading icon in arrow | Boolean | false |
129
| virtual | Disable virtual scroll | Boolean | true |
0 commit comments