This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
The wording on the "Using a form in a Drawer" section feels confusing #1581
Open
Description
Subject
Drawer
Description
In the "Using a form in a Drawer" section it says:
If you need to put a form within the Drawer, you might need to use a form validation library like react-hook-form or formik. Here's the recommended way to do it:
I would expect to find an example on how to use react-hook-form
or formik
within a form inside a Drawer. But the example only shows how to use a form inside a Drawer without any validation whatsoever.
I'm not a native english speaker so it might be just me.