Kaarel
Results
1
comments of
Kaarel
@conana28 @BielCoelho There is a way to close it on submit etc, it's described in the radix-ui docs [here](https://www.radix-ui.com/docs/primitives/components/dialog#close-after-asynchronous-form-submission) ``` const [open, setOpen] = useState(false) ```