Select Or Create
Hello!
In a couple of CMS you have this feature, to select from another section or create a new one (in a modal). Like in Statamic, Craft CMS, etc..
Is it possible to do something similar in Filament?
Let's say I have a model Task and User. Now, when creating a Task and need to select an user I want to have the option to wether select from an existing user or create a new user without leaving the creation of the task.
Thaaanks!
2 Replies
That's probably just a
Select
component with a ->createFormOption()
Exactly what Dennis said.