|
|
@@ -197,6 +197,7 @@ export const createFormCentricElement = ({ |
|
|
input.id = id; |
|
|
input.id = id; |
|
|
input.name = name; |
|
|
input.name = name; |
|
|
input.classes = ['mwf-file__input']; |
|
|
input.classes = ['mwf-file__input']; |
|
|
|
|
|
input.setAttribute("aria-hidden", "true"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return wrapper; |
|
|
return wrapper; |