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 96cb75a commit 444e0fdCopy full SHA for 444e0fd
src/components/RHFInput/RHFInput.tsx
@@ -43,6 +43,7 @@ export function RHFInput<T extends object, K extends Path<T>>({
43
<div className="space-y-1">
44
<Input
45
{...field}
46
+ value={field.value ?? ""}
47
label={label}
48
scale={scale}
49
color={color}
0 commit comments