Relation Manager canCreateAnother
i'd like to remove the 'save and create another' button from the modal in a relation manager and I'd like to change the label of the save button in a relation manager. I can't find how to do that. $canCreateAnother doesn't exists in the relation manager.
4 Replies
It's on the
CreateAction
π Thanks for your fast reply!!
I now have to almost similar question, I have a select box with a create function :
how can I change the label on the save button ? (Sorry, but I can't find it)
createOptionAction(fn ($action) => $action->modalButtonLabel('Button'))
Hero!