Skip to content

Commit

Permalink
Document select placeholder supporting ReactNode
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Jul 4, 2017
1 parent 48ec772 commit 0e22ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A Selector similar to Select2.
| onSearch | Callback function that is fired when input changed. | function(value: string) | |
| onBlur | Called when blur | function | - |
| onFocus | Called when focus | function | - |
| placeholder | Placeholder of select | string | - |
| placeholder | Placeholder of select | string\|ReactNode | - |
| notFoundContent | Specify content to show when no result matches..| string | 'Not Found' |
| dropdownMatchSelectWidth | Whether dropdown's with is same with select. | boolean | true |
| optionFilterProp | Which prop value of option will be used for filter if filterOption is true | string | value |
Expand Down

0 comments on commit 0e22ae6

Please sign in to comment.