Skip to content

Commit 5a70e6e

Browse files
authored
docs: correct the description of menuItemSelectedIcon (#625)
1 parent 423f860 commit 5a70e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default () => (
123123
| inputIcon | specify the select arrow icon | ReactNode | - |
124124
| clearIcon | specify the clear icon | ReactNode | - |
125125
| removeIcon | specify the remove icon | ReactNode | - |
126-
| menuItemSelectedIcon | specify the remove icon | ReactNode \| (props: MenuItemProps) => ReactNode | - |
126+
| menuItemSelectedIcon | specify the item selected icon | ReactNode \| (props: MenuItemProps) => ReactNode | - |
127127
| dropdownRender | render custom dropdown menu | (menu: React.Node, props: MenuProps) => ReactNode | - |
128128
| loading | show loading icon in arrow | Boolean | false |
129129
| virtual | Disable virtual scroll | Boolean | true |

0 commit comments

Comments
 (0)