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 9231285 commit c9839f2Copy full SHA for c9839f2
src/components/dynamic-form-control.tsx
@@ -50,7 +50,7 @@ export default function DynamicFormControl({ inputField, field }: Props) {
50
51
return (
52
<FormControl>
53
- <Input {...field} />
+ <Input type={inputField.type} {...field} />
54
</FormControl>
55
);
56
}
0 commit comments