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 4f6fc42 commit bc9e954Copy full SHA for bc9e954
packages/chakra-ui/src/SelectNativeWidget/NativeSelectWidget.tsx
@@ -10,10 +10,10 @@ import {
10
StrictRJSFSchema,
11
WidgetProps,
12
} from '@rjsf/utils';
13
-import { Field } from '../components/ui/field';
14
import { OptionsOrGroups } from 'chakra-react-select';
15
-import { createListCollection } from '@chakra-ui/react';
16
-import { NativeSelect as ChakraSelect } from '@chakra-ui/react';
+import { createListCollection, NativeSelect as ChakraSelect } from '@chakra-ui/react';
+
+import { Field } from '../components/ui/field';
17
18
/**
19
* NativeSelectWidget is a React component that renders a native select input.
0 commit comments