Refine AI
This is documentation for Refine 4.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (5.xx.xx).
Version: 4.xx.xx
useModalForm
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. →
Run on your local
npm create refine-app@latest -- --example form-antd-use-modal-form