Default tenancy route returns 404
Modify attributes of field wrappers wrapper div
->extraFieldWrapperAttributes(['class' => ' hidden opacity-0 col-span-0'])
on the TextInput, which worked fine at hiding it, but sadly the div that is outside of the data-field-wrapper
still has the width of one column span, which make the layout shift in an undesired way.
In the attached screenshot you can see what I mean, any help would be really apprechiated :D...
Where to put custom JavaScript? `resources/js/app.js` doesn't seem to work?
app.js
file but it doesn't seem to load. I'm running npm run build
after to be sure and still nothing. Even something as simple as console.log('Hello, World!');
isn't showing in the console.
I do have a custom theme file but this is just for style overrides right? Or do I need to do something for JS too?
To be more specific, I'm trying to enable chart.js auto colors: https://www.chartjs.org/docs/latest/general/colors.html#default-color-palette...Testing table list checkbox click
modal table and bulk actions
Issues while updating to V4

Cannot use "::class" on null TypeError when exporting
Remove All From Select Filter
All
option in the select filter? I thought selectablePlaceholder(false)
would do it but it hasn't.Issues with nested resources (maybe)
Where would be the best place to centralize this data so it's only queried once?
v4 - Flicker when using a custom theme

Searchable column with scoped model
Testing / code covering toggled table columns
state()
callback of a tableColumn that is toggleable()->toggledHiddenByDefault()
. I see various methods to manipulate tables during your tests, such as filtering, but I can't seem to find a way to toggle columns so they are shown and thus the state()
callback is called?...
TimeEntry restricted to 24h format
Add breadcrumbs to custom page
getBreadcrumbs
from Filament\Resources\Pages\Page
to return an array with url as key and label as valueMulti record form
Enums for datalist attribute values
->datalist(fn() => collect(Status::cases())->mapWithKeys(fn ($case) => [$case->value => $case->label()]))
->datalist(fn() => collect(Status::cases())->mapWithKeys(fn ($case) => [$case->value => $case->label()]))
How to make password text input copyable?
2 step auth with code recovery v4
