Is it possible to use "create new option in modal" feature with polymorphic select?

I would like to use this feature https://filamentphp.com/docs/3.x/forms/fields/select#creating-a-new-option-in-a-modal with a polymorphic select. But it seems like it is not supported. Is there an alternative method, package, or workaround for this functionality?
1 Reply
Dennis Koch
Dennis Koch4w ago
You could create your own Form Action that opens a modal, created the related model and fills the Select.

Did you find this page helpful?