@@ -9,8 +9,8 @@ React Upload
99[ ![ bundle size] [ bundlephobia-image ]] [ bundlephobia-url ]
1010[ ![ dumi] [ dumi-image ]] [ dumi-url ]
1111
12- [ npm-image ] : http://img.shields.io/npm/v/rc-select .svg?style=flat-square
13- [ npm-url ] : http://npmjs.org/package/rc-select
12+ [ npm-image ] : http://img.shields.io/npm/v/rc-upload .svg?style=flat-square
13+ [ npm-url ] : http://npmjs.org/package/rc-upload
1414[ travis-image ] : https://img.shields.io/travis/react-component/upload/master?style=flat-square
1515[ travis-url ] : https://travis-ci.com/react-component/upload
1616[ github-actions-image ] : https://github.com/react-component/upload/workflows/CI/badge.svg
@@ -21,10 +21,10 @@ React Upload
2121[ david-image ] : https://david-dm.org/react-component/upload/status.svg?style=flat-square
2222[ david-dev-url ] : https://david-dm.org/react-component/upload?type=dev
2323[ david-dev-image ] : https://david-dm.org/react-component/upload/dev-status.svg?style=flat-square
24- [ download-image ] : https://img.shields.io/npm/dm/rc-select .svg?style=flat-square
25- [ download-url ] : https://npmjs.org/package/rc-select
26- [ bundlephobia-url ] : https://bundlephobia.com/package/rc-select
27- [ bundlephobia-image ] : https://badgen.net/bundlephobia/minzip/rc-select
24+ [ download-image ] : https://img.shields.io/npm/dm/rc-upload .svg?style=flat-square
25+ [ download-url ] : https://npmjs.org/package/rc-upload
26+ [ bundlephobia-url ] : https://bundlephobia.com/package/rc-upload
27+ [ bundlephobia-image ] : https://badgen.net/bundlephobia/minzip/rc-upload
2828[ dumi-url ] : https://github.com/umijs/dumi
2929[ dumi-image ] : https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
3030
@@ -84,6 +84,7 @@ React.render(<Upload />, container);
8484| customRequest | function | null | provide an override for the default xhr behavior for additional customization|
8585| withCredentials | boolean | false | ajax upload with cookie send |
8686| openFileDialogOnClick | boolean/function(): boolean | true | useful for drag only upload as it does not trigger on enter key or click event |
87+ | pastable | boolean | false | support paste upload |
8788
8889#### onError arguments
8990
0 commit comments