Magikstah
ContentGrid([]) doesn't change table format to grid
Hi - I want to place records from my table in Grid, im using V3 version of filament - in V2 adding
Was enought to put data in grid, but now my tables are still in normal row view (filament 3.0.3 laravel 10.2 livevire 3.0.0-beta.1)
3 replies
Reactive Builder field
Hello I want to create Builder field with lets say three blocks:
- Hero
- Footer
- Header
Is there a possibility to create for example reactive text input / placeholder that will fill whenever you Add a section in Builder field? I've tried to add reactive() and afterStateUpdate() in few places but I cant really get any effect
5 replies
Laravel mix error - when trying to build filament theme
Hello, i followed this guide here: https://filamentphp.com/docs/2.x/admin/appearance#building-themes - when I import filament.css in
Mix ends with error:
/resources/css/filament.css
with @import '../../vendor/filament/filament/resources/css/app.css';
Mix ends with error:
21 replies
Form Select Component doesn't want to take default() value
Hi, Im creating Select in my form
Select doesnt react to any changes that I apply. My end goal is to create select with all users email- but when record is already created i want to pass these user email as default. Options method seems fine, I have all options with proper values and names.
9 replies
Markdown Editor
Hi, I wonder if there's a helper or something that lets you convert anything that user put in Markdown Editor to acctual html? Because right now when i send data with form i get everything i typed in input like
Instead of
3 replies
AWS Elastic Beanstalk Environment - 419 Expired
Hi, I have my application deployed on aws elastic beanstalk, there're two instances, and sometimes when load balancer ticks users get 419 expired which is strange because I store sessions in database, is there any chance that cache/livewire components are in fault here? Maybe someone had similar experience?
1 replies