Skip to content

Commit

Permalink
chore: reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Aug 30, 2024
1 parent dab8305 commit a360a6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AjaxUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ class AjaxUploader extends Component<UploadProps> {
<input
{...pickAttrs(otherProps, { aria: true, data: true })}
id={id}
/**
* https://github.com/ant-design/ant-design/issues/50643,
* https://github.com/react-component/upload/pull/575#issuecomment-2320646552
*/
name={name}
disabled={disabled}
type="file"
Expand Down

0 comments on commit a360a6c

Please sign in to comment.