<a:href="`https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.${ lang }.md`" class="footer-main-link" target="_blank">{{langConfig.contribution}}</a>
<a:href="`https://eleme.github.io/element-react/#/${ lang }/quick-start`" class="footer-main-link" target="_blank">Element-React</a>
@@ -1656,7 +1656,7 @@ Search and select options with a keyword.
| value | specify which key of option object is used as the option's value | string | — | — |
| children | specify which key of option object is used as the option's child options | string | — | — |
| disabled | specify which key of option object indicates if the option is disabled | string | — | — |
| before-filter | hook function before filtering with the value to be filtered as its parameter. If `false`or a `Promise` is returned, filtering will be aborted | function(value) | — | — |
| before-filter | hook function before filtering with the value to be filtered as its parameter. If `false`is returned or a `Promise` is returned and then is rejected, filtering will be aborted | function(value) | — | — |
@@ -359,7 +359,7 @@ on-success | hook function when uploaded successfully | function(response, file,
on-error | hook function when some errors occurs | function(err, file, fileList) | — | —
on-progress | hook function when some progress occurs | function(event, file, fileList) | — | — |
on-change | hook function when select file or upload file success or upload file fail | function(file, fileList) | — | — |
before-upload | hook function before uploading with the file to be uploaded as its parameter. If `false`or a `Promise` is returned, uploading will be aborted | function(file) | — | —
before-upload | hook function before uploading with the file to be uploaded as its parameter. If `false`is returned or a `Promise` is returned and then is rejected, uploading will be aborted | function(file) | — | —