Just get the original filename?
afterStateUpdated
of a FileUpload field? I want to keep the randomly-generated filename, but I want to get the original filename so I can $set()
the text of some other fields based on the original filename of the uploaded file.Hide the column manager

CSS Documentation for Filament themes
table insists on "group by id" if "group by" used -> due to auto appendage of orderBy("id")
Need clean code advice : relationManager
table
and form
functions....Accessing Form's without Login
Spatie Translatable Plugin - Language tabs not showing in form
spatie/laravel-translatable
plugin where the language tabs are not appearing in my resource form. I've followed the documentation and tried every debugging step I can think of, but with no success. I would really appreciate some help.
Here's what I've done and verified:...Unable to locate a class or view for component
Unable to locate a class or view for component [filament-panels::form.actions].
Unable to locate a class or view for component [filament-panels::form.actions].
bezhanSalleh/filament-shield with V4
How to show BulkAction button even without selecting a record (v4) ?

TablesRenderHook after table filter / toggle columns
is it an expected behavior for createOptionForm to skip the policy ?

Some CSS seemingly to being applied after v4 upgrade
@vite('resources/css/app.css')
which feels very hacky so I'd love to find another proper solution
Customize the style existing components!
bg-purple-600
and this class is not used yet, it won't work unless you use a custom theme.Animated Sidebar
Filament v3: Adding overflow/scrollbar to forms

How do you set the relationship name, when creating nested records?
EntityAlias
nested in Entity
. I've also got a AliasesRelationManager
. Everything works except the "Create". When I attempt to create a record, not only do I have to manually select the entity it's for (even though I've come from that page), but when trying to save, it's guessing the relationship name.
I need to call ParentResourceRegistration::relationship()
but I cannot for the life me figure out how to....Notification transparency

Pagination Cursor not working in Filament Tables
public function getTablePage(): int
{
return $this->getPage($this->getTablePaginationPageName());
}
public function getTablePage(): int
{
return $this->getPage($this->getTablePaginationPageName());
}