How to remove createAnother button from createOptionAction modal?
In a Form Select field, when I want to add the abilitiy to create another option on the relationship, it only makes sense in some cases to add one extra option that needs to be selected by the select field. Here I do not want to see the "Create & create another" action in my modal, as this only confuses the end user.
This does not work:
As:
How can we remove this action from the createOptionAction modal?
This does not work:
As:
How can we remove this action from the createOptionAction modal?
Solution
Okay, so that cleared it up. in the
So this is a way to remove it:
getCreateOptionAction() method in the filament/packages/forms/src/Components/Select.php class, an extra modal footer action is added conditionally:So this is a way to remove it: