Skip to content

Form Inside a Modal

This recipe shows how you can go about implementing an form inside a modal. The particularity of this use-case is that the form is controlled from outside via the primary button in the modal

The address picker recipe includes a form inside a modal

Released under the MIT License