[V4] InfoList with forms in Filament modals!
I'm trying to make the modal with filament form and text entry together. Is that possible? Upper top of the modal is text entry or custom text entry, bottom is form input.
Solution
No that's replacing an entire modals content.
On an action you can do:
->form()
right?
So pass in:
For a rough example
On an action you can do:
->form()
right?
So pass in:
For a rough example