T
TanStack9mo ago
other-emerald

Using Suspense with form.Field

It's ok using suspense under form.field? Example: '''return ( <form .....> ..... other input fields <form.Field name=providerSelection ..... children= { <Suspense fallback={<div>Loading<div/>}> <MyDropdown onSelect={field.handleChange}> ...... } >'''
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?