josef
josef
FFilament
Created by Zod on 12/17/2024 in #❓┊help
Add action to a wizard step
maybe you can use onValidationError()?
8 replies
FFilament
Created by Hemanath on 12/13/2024 in #❓┊help
Preview step after entered the data
maybe using the filament peek plugin?
7 replies
FFilament
Created by Archy on 12/17/2024 in #❓┊help
UI is broken after update
Do you have any third-party plugin css includes in your theme? If so, remove them. That did it for me
7 replies
FFilament
Created by galli.roberto on 12/16/2024 in #❓┊help
Repeater
What's TableRepeater?
13 replies
FFilament
Created by stvtk on 12/16/2024 in #❓┊help
Filament Styling seems to be broken after composer update
had the same / similar happen a little while ago. Problem was some plugin css that I included in the theme.css of the panel. Check if you have any custom css or imports and remove them (all of them at first, and if it helps, add them back one by one).
6 replies
FFilament
Created by galli.roberto on 12/16/2024 in #❓┊help
Repeater
I don't get what the problem is? Are you just asking? Or are you trying to accomplish anything specific?
13 replies
FFilament
Created by namrata on 12/13/2024 in #❓┊help
Datepicker view changes
17 replies
FFilament
Created by Code A on 12/13/2024 in #❓┊help
How to Access Updated Latitude and Longitude in beforeSave in Filament?
please ask in #google-maps as this pertains to that plugin
10 replies
FFilament
Created by namrata on 12/13/2024 in #❓┊help
Datepicker view changes
Is that the native or the JS one? I guess the way to go would be to override the template for the datepicker and configure it using JS/HTML, if possible (that I don't know)
17 replies
FFilament
Created by mithyy on 12/13/2024 in #❓┊help
Class "Filament\Forms\Components\Datepicker" not found
Capital P
4 replies
FFilament
Created by josef on 12/13/2024 in #❓┊help
Sidebar not collapsible anymore, content moves behind it
Thanks for the impulse! Seems a plugin's imported CSS fucked it up.
5 replies
FFilament
Created by mohdaftab on 11/18/2023 in #❓┊help
Table, Sort, Edit and Add button all responding really slow on the server
I'm thinking you just have to bite the bullet and investigate server side what's taking long. Might be db queries, some misconfiguration, any number of reasons
22 replies
FFilament
Created by mohdaftab on 11/18/2023 in #❓┊help
Table, Sort, Edit and Add button all responding really slow on the server
If this is not a prod environment, you could use the server timing api mentioned in your screenshots or the debug toolbar to further inspect what is taking so long
22 replies
FFilament
Created by Jon Mason on 11/18/2023 in #❓┊help
Filament not pulling from latest_team_id when coming back to the panel that has tenancy.
I'd also advise you to not make the middleware persistent, as ajax requests don't have the tenant in the URL, so it can't be determined. Might also be source of the problem, depending on how you implemented the middleware. Care to share the code?
5 replies
FFilament
Created by Soundmit on 11/18/2023 in #❓┊help
Making slug from 2 input
Although formatStateUsing on the slug field should work
17 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
can you reproduce on a new project? If so, it might be a bug, but I doubt it and am quite certain it's some caching issue with you locally or the server. Does it also occur in a different browser or incognito mode?
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
Not for me on latest version (or any before that). Refresh cache?
28 replies
FFilament
Created by Lágrimas on 11/17/2023 in #❓┊help
login page
I did it by overwriting the card component and adding an optional background image that I can pass to the component, the rest is css
5 replies
FFilament
Created by 3rgo on 11/17/2023 in #❓┊help
Ability to skip validation on form ?
One possible solution would be to not set validation rules on the fields, and only apply custom ones when using submit
9 replies
FFilament
Created by Jon Mason on 11/18/2023 in #❓┊help
Filament not pulling from latest_team_id when coming back to the panel that has tenancy.
You sure that latest_team_id is updated correctly?
5 replies