Add alpine data to filament modal
Is there a way of accessing the
x-data
from inside the header slot?
If I add x-data to x-filament::modal I get error with
can't access property "dispatchEvent", this.$refs.modalContainer is undefined
2 Replies
since the actual modal is also a LW component, it probably conflicts with that
You can also use <x-filament::button> and <x-filament::input />