Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge 597e0dd into 6c4abfe
Browse files Browse the repository at this point in the history
  • Loading branch information
lcandiago committed Mar 3, 2020
2 parents 6c4abfe + 597e0dd commit cf8c43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/recipes/simple-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Input({ name, label, ...rest }) {
registerField({
name: fieldName,
ref: inputRef.current,
path: 'target.value',
path: 'value',
});
}, [fieldName, registerField]);

Expand Down

0 comments on commit cf8c43d

Please sign in to comment.