We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266127c commit 1e0efa0Copy full SHA for 1e0efa0
1 file changed
src/components/Input/index.jsx
@@ -4,8 +4,8 @@ import { useController } from "react-hook-form";
4
export const Input = ({ control, name, inputIcon, PlaceHolder, InputType }) => {
5
const {
6
field,
7
- fieldState: { invalid, isTouched, isDirty },
8
- formState: { touchedFields, dirtyFields },
+ //fieldState: { invalid, isTouched, isDirty },
+ //formState: { touchedFields, dirtyFields },
9
} = useController({
10
name,
11
control,
0 commit comments