Skip to content

Commit ea7cc7e

Browse files
committed
Updates based on feedback
1 parent 2cfd504 commit ea7cc7e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/src/file-input/FileInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const isFileIncluded = (file: FileData, fileList: FileData[]) => {
3636
const DxcFileInput = React.forwardRef<RefType, FileInputPropsType>(
3737
(
3838
{
39-
name = "",
4039
mode = "file",
4140
label = "",
4241
buttonLabel,

lib/src/file-input/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export type FileData = {
2121
};
2222

2323
type CommonProps = {
24-
/**
25-
* @deprecated Name attribute.
26-
*/
27-
name?: string;
2824
/**
2925
* Text to be placed above the component.
3026
*/

0 commit comments

Comments
 (0)