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.
FileInputField
1 parent 30435f0 commit 0dee60dCopy full SHA for 0dee60d
src/components/FileInputField/FileInputField.jsx
@@ -19,6 +19,8 @@ import { Text } from '../Text';
19
import { FormLayoutContext } from '../FormLayout';
20
import styles from './FileInputField.module.scss';
21
22
+/* istanbul ignore file */
23
+
24
export const FileInputField = React.forwardRef((props, ref) => {
25
const {
26
disabled,
0 commit comments