Select::make('category_id') VS. Select::make('Category')
Select::make('Category')
and it works. I tried this method and it worked, until it didn't. It stopped working on creating, but continued working on update. I do understand documentation is Select::make('category_id')
and that is what I am using, but I am just trying to get a better understanding. Does Filament (or Laravel) under the hood understand the relationship on update, but maybe not create?
```php...How do i change SubNavigation Label?

KeyValue not saving new order
phpstan 'Access to an undefined property'
No action on Submit on the last step of Wizard Step
HasWizard
trait on the CreateRecord
of a resource and after completing all the validations and entering all the fields of form on the Wizard Steps, the Submit button does nothing. No network calls as well. Do I need to do anything specific to create the record on the resource?CSRF Mismatch
Filament-forms Italian language files partially translated
Repeater in a Custom Page Not Loading HasMany Relationship Data
Is there any way to Refresh Summarizer?

Guidance custom field
Bulk action error after updating
my filament file upload stuck at 100% like the picture i send

Issue on laravel filament file upload : when the length of filename is long

Filter form on the sidebar
Using $this when not in object context
error is thrown. I have tried render hooks, but I can't get it to work. Any help?How to exlclude user role (customer) in relation manager?
->modifyQueryUsing(fn (Builder $query) => $query->where('role','!=', Role::Customer->value))
...What's the correct approach to load filament styles in a frontend page?
How can i disable livewire update POST request to {{domain}}/livewire/update

Restrict non filament panel user, accessing filament admin panel.
Listen to Theme Switcher Event or Read the Current Theme Mode State
How to ensure that a relation in a relation manager has at least one entry ?