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 5a70e6e commit 318de43Copy full SHA for 318de43
README.md
@@ -82,7 +82,7 @@ export default () => (
82
| dropdownStyle | additional style applied to dropdown | Object | {} |
83
| dropdownAlign | additional align applied to dropdown | Object | {} |
84
| dropdownMenuStyle | additional style applied to dropdown menu | Object | {} |
85
-| notFoundContent | specify content to show when no result matches. | String | 'Not Found' |
+| notFoundContent | specify content to show when no result matches. | ReactNode | 'Not Found' |
86
| tokenSeparators | separator used to tokenize on tag/multiple mode | string[]? | |
87
| open | control select open | bool | |
88
| defaultOpen | control select default open | bool | |
0 commit comments