F
Filament4mo ago
felas

Remove create another on create option form

I’m using the select component for my form. I want to remove the ‘Create and create another’ button from the create option form modal and notice that it only appears if I add the ‘multiple()’ method. How can I remove the ‘Create and create another’ button from the create option form modal while allowing users to select multiple?
No description
No description
2 Replies
K R A T O S
K R A T O S4mo ago
Hi. You can do this by setting
$canCreateAnother = false
$canCreateAnother = false
inside the CreateRecord.php.
No description