Document select placeholder supporting ReactNode

pull/6726/head
Graeme Yeates 8 years ago
parent 48ec77222f
commit 0e22ae62bb

@ -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 |

Loading…
Cancel
Save