MCPcopy Index your code
hub / github.com/TanStack/form / Parent

Function Parent

packages/solid-form/tests/createFormHook.test.tsx:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 })
101
102 const Parent = () => {
103 const form = useAppForm(() => ({
104 ...formOpts,
105 }))
106
107 return <ChildForm form={form} title={'Testing'} />
108 }
109
110 const { getByLabelText, getByText } = render(() => <Parent />)
111 const input = getByLabelText('First Name')

Callers

nothing calls this directly

Calls 1

useAppFormFunction · 0.50

Tested by

no test coverage detected