I have a modal for creating a resource but when clicking on "create and create another" the modal closes instead of remaining open for creating the next record.
I checked the Demo App to find out and found the following:
In Categories > New Category, the modal also closes when clicking "create and create another".
In Posts > Manage Comments > New Comment the modal remains open, as expected, allowing the creation of another record by clicking on "create and create another".
Looking at the source code, I couldn't tell the difference between one and the other.
Any tips? I think the ideal behavior would be the one seen in "New Comment"