Disable "Create & create another" checkbox in createOptionForm modal (Filament 4.x)
I am using Filament latest 4.x beta and trying to disable the "Create & create another" checkbox in a createOptionForm() modal.
Trying to use createAnother(false) throws an error — $action is not a CreateAction.
Is there any way to disable that?
3 Replies
GitHub
How to remove or hide "create & create another" button from Modal a...
I want to hide create & create another button while creating new data, In edit page (or modal) it is not showing, how can I make this button hidden while creating & updating thanks in advance
Thanks for your reply.
I have added following code to , its working for create record page in resources and simple resource modals but not workin for or
Am I missing something?


Hmm try