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 e1b7a4a commit 235f418Copy full SHA for 235f418
packages/chakra-ui/src/UpDownWidget/UpDownWidget.tsx
@@ -8,9 +8,10 @@ import {
8
StrictRJSFSchema,
9
WidgetProps,
10
} from '@rjsf/utils';
11
+import { NumberInputValueChangeDetails } from '@chakra-ui/react';
12
+
13
import { Field } from '../components/ui/field';
14
import { NumberInputField, NumberInputRoot } from '../components/ui/number-input';
-import { NumberInputValueChangeDetails } from '@chakra-ui/react';
15
16
export default function UpDownWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(
17
props: WidgetProps<T, S, F>,
0 commit comments