We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0ca2f commit f78cca9Copy full SHA for f78cca9
src/AjaxUploader.tsx
@@ -302,6 +302,7 @@ class AjaxUploader extends Component<UploadProps> {
302
<input
303
{...pickAttrs(otherProps, { aria: true, data: true })}
304
id={id}
305
+ disabled={disabled}
306
type="file"
307
ref={this.saveFileInput}
308
onClick={e => e.stopPropagation()} // https://github.com/ant-design/ant-design/issues/19948
0 commit comments