Skip to content

Commit 23da8ae

Browse files
Update packages/chakra-ui/src/SelectWidget/SelectWidget.tsx
Co-authored-by: Heath C <[email protected]>
1 parent bc9e954 commit 23da8ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/chakra-ui/src/SelectWidget/SelectWidget.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import {
1111
StrictRJSFSchema,
1212
WidgetProps,
1313
} from '@rjsf/utils';
14+
import { OptionsOrGroups } from 'chakra-react-select';
15+
import { createListCollection, Portal, SelectValueChangeDetails, Select as ChakraSelect } from '@chakra-ui/react';
16+
1417
import { Field } from '../components/ui/field';
1518
import { SelectRoot, SelectTrigger, SelectValueText } from '../components/ui/select';
16-
import { OptionsOrGroups } from 'chakra-react-select';
17-
import { createListCollection, Portal, SelectValueChangeDetails } from '@chakra-ui/react';
18-
import { Select as ChakraSelect } from '@chakra-ui/react';
1919

2020
export default function SelectWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(
2121
props: WidgetProps<T, S, F>,

0 commit comments

Comments
 (0)