gemini.dev
gemini.dev
FFilament
Created by gemini.dev on 1/2/2025 in #❓┊help
How to add width to TextInputColumn in a table?
Get this error when adding a limit(100) to TextInputColumn: Method Filament\Tables\Columns\TextInputColumn::limit does not exist.
4 replies
FFilament
Created by gemini.dev on 10/13/2024 in #❓┊help
Add TextArea as a blade component
Worked like a charm! Thankk you @zydnrbrn
4 replies
FFilament
Created by AlexAnder on 3/18/2024 in #❓┊help
Select or Create in attach modal freezes (no scroll)
I figured the issue out on my side. It turned out to be that the modal was rendered multiple times.
7 replies
FFilament
Created by AlexAnder on 3/18/2024 in #❓┊help
Select or Create in attach modal freezes (no scroll)
@AlexAnder Did you manage to fix this issue?
7 replies
FFilament
Created by gemini.dev on 11/21/2024 in #❓┊help
How to open a filament modal using dispatch?
Fixed it. I had to use $this->dispatch('open-modal', id: 'global-modal'); and not $this->dispatch('open-modal', ['id' => 'global-modal']);
2 replies
FFilament
Created by blink on 10/14/2024 in #❓┊help
how to check what (if) attributes were updated in afterSave() method.
Is this what youre looking for? https://laravel.com/docs/5.7/eloquent#observers
3 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
No description
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
Figured what the issue is!
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
I'll keep trying different approaches, like you mentioned a seperate livewire component. I'll keep you updated on here once I have a working solution, may be useful for someone in the future.
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
No description
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
I think an alternative solution I can try is to dynamically create columns, rather than generating the data within a single column.
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
No description
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
I wonder if, when a validation error occurs, the Livewire component might be re-rendering, which can cause the modal to lose its open state?
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
Thank you
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
Here is the repo https://github.com/98gzi/Filament-Issue I have some test data, please ensure to run the database seeders: php artisan db:seed
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
Got one created 🙂
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
Hopefully 🙂 I'll let you know once I have it ready
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
I was just thinking that, yes sure. I'll create a minimum reproduction repo.
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
No description
48 replies
FFilament
Created by gemini.dev on 8/12/2024 in #❓┊help
Cannot close modal after validation
In the directory you have specified, I only have one component in there called brand.blade.php. Which is just an image element, that is not releated to this issue.
48 replies