You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create an icon selector where the icons are displayed in the initial modal. In this view, I want to add an action called "Create new icon". When this action is clicked, a new modal should open containing a form to create the desired icon.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Form builder
Package Version
v3.3.4
How can we help you?
Hi everyone,
I'm trying to create an icon selector where the icons are displayed in the initial modal. In this view, I want to add an action called "Create new icon". When this action is clicked, a new modal should open containing a form to create the desired icon.
I'm using the following code to achieve this:
The button does appear, but the new modal is not shown. According to the documentation (https://filamentphp.com/docs/3.x/actions/modals#opening-another-modal-from-an-extra-footer-action), it should be possible to chain multiple modals together. However, this doesn’t seem to work in my case—the second modal simply doesn’t appear.
Is this a bug in Filament, or am I trying to do something that isn't supported?
Beta Was this translation helpful? Give feedback.
All reactions