lara-zeus / bolt

form builder for your users, with so many use cases
https://larazeus.com/bolt
MIT License
172 stars 31 forks source link

[Feature] Filament Modal Form Component #311

Closed mohaphez closed 2 months ago

mohaphez commented 2 months ago
what-the-diff[bot] commented 2 months ago

PR Summary

atmonshi commented 2 months ago

thank you @mohaphez can you revert the code formatting. also shouldn't the action modal be in the layout component level like here?

mohaphez commented 2 months ago

You're welcome @code-factor sorry about code styles , i fixed that .

i tried and put filament modal in code app.blade.php didn't work . especially when we use that as livewire component . i even tried in my custom page like this

<x-filament-panels::page>
    <livewire:bolt.fill-form slug="{{$record->slug}}" inline="false"/>

    <x-filament-actions::modals/>
</x-filament-panels::page>

but still didn't work , just work when i put modal component after form component .