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 c3613b3 commit 1e8edffCopy full SHA for 1e8edff
src/components/forms/FileInput/FileInput.tsx
@@ -9,7 +9,7 @@ import {
9
import { createFocusableRef } from '@react-spectrum/utils';
10
11
import { useProviderProps } from '../../../provider';
12
-import { Action } from '../../actions/Action';
+import { Action } from '../../actions';
13
import {
14
BaseProps,
15
BlockStyleProps,
@@ -233,6 +233,7 @@ function FileInput(props: CubeFileInputProps, ref) {
233
accept={accept}
234
data-element="Input"
235
type="file"
236
+ multiple={false}
237
tabIndex={-1}
238
onDragEnter={() => {
239
setDragHover(true);
0 commit comments