Skip to content

Commit

Permalink
docs: notFoundContent type (#635)
Browse files Browse the repository at this point in the history
* docs: notFoundContent type

* Update README.md

Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
  • Loading branch information
zhangyu1818 and xrkffgg committed Jun 17, 2021
1 parent 5a70e6e commit 318de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default () => (
| dropdownStyle | additional style applied to dropdown | Object | {} |
| dropdownAlign | additional align applied to dropdown | Object | {} |
| dropdownMenuStyle | additional style applied to dropdown menu | Object | {} |
| notFoundContent | specify content to show when no result matches. | String | 'Not Found' |
| notFoundContent | specify content to show when no result matches. | ReactNode | 'Not Found' |
| tokenSeparators | separator used to tokenize on tag/multiple mode | string[]? | |
| open | control select open | bool | |
| defaultOpen | control select default open | bool | |
Expand Down

1 comment on commit 318de43

@vercel
Copy link

@vercel vercel bot commented on 318de43 Jun 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.