Back to Refine

UseModalForm Example | Enterprise UI in Refine v5

documentation/docs/examples/form/antd/useModalForm.md

3.25.0491 B
Original Source

With the useModalForm hook, you can manage a form inside of your modal component. It returns Ant Design Form and Modal props. You may examine the code below to learn how to create and manage forms within a modal.

Refer to the Refine useModalForm hook documentation for more information. →

<CodeSandboxExample path="form-antd-use-modal-form" />