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 dd10f40 commit 2cff002Copy full SHA for 2cff002
src/Input.tsx
@@ -90,7 +90,7 @@ export const Input = memo(
90
<div
91
className={cx(
92
fr.cx(
93
- "fr-input-group",
+ nativeInputProps?.type === "file" ? "fr-upload-group" : "fr-input-group",
94
disabled && "fr-input-group--disabled",
95
(() => {
96
switch (state) {
0 commit comments