ViewColumn does not open modal with Modal Blade component
As in the docs, I have a ViewColumn:
Within that View I have:
This is enough to render a modal anywhere within a form using
___
I would usually run this in an action, but I am unable to run any custom js within the action. Anything within script tags in a custom view do not execute.
E.g.
Does anyone know why this is the case on either issue and how I can fix? (Screenshot is of first issue, referencing ViewColumn modal)
Within that View I have:
This is enough to render a modal anywhere within a form using
ViewField. However, when trying to do this in a ViewColumn, I'm getting the following error: Alpine Expression Error: isOpen is not defined___
I would usually run this in an action, but I am unable to run any custom js within the action. Anything within script tags in a custom view do not execute.
E.g.
Does anyone know why this is the case on either issue and how I can fix? (Screenshot is of first issue, referencing ViewColumn modal)
