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.
2 parents 7ca2b40 + eff84c7 commit 6a08190Copy full SHA for 6a08190
fast-context-generic-extended/src/components/FormContainer.tsx
@@ -8,7 +8,7 @@ export function PropDrivenFormContainer() {
8
return (
9
<div className="container">
10
<h4>'Prop Driven' Input Form (Form AND children re-render on field changes)</h4>
11
- <FormDrivenTextInput value={fields.first.get as string} label='First Name' onChange={fields.last.set}/>
+ <FormDrivenTextInput value={fields.first.get as string} label='First Name' onChange={fields.first.set}/>
12
<FormDrivenTextInput value={fields.last.get as string} label='Last Name' onChange={fields.last.set} />
13
</div>
14
);
0 commit comments