tuyz
tuyz
FFilament
Created by tuyz on 11/2/2023 in #❓┊help
Belongs to Many multi-select values not coming in form data
I have a form inside a livewire component, i am trying to attach many categories to an item model. the relationship of the categories to item is called categories, and the column name is category_name return $form ->schema([ Select::make('categories') ->multiple() ->relationship(name: 'categories', titleAttribute: ' category_name') ->preload() ])->statePath('data') ->model(Item::class); when i submit, i am not able to log the incoming categories. per the documentation, when submitting the form, filament will save them to the relationships pivot table. it does not do this, the incoming categories are null
2 replies
FFilament
Created by tuyz on 10/25/2023 in #❓┊help
Filament table in livewire
im formatting an integer to a percentage value in the table text input column, is there a way to catch the value of the column before it saves and strip it to an integer to store in my database
5 replies
FFilament
Created by tuyz on 10/24/2023 in #❓┊help
inherit class attributes based on selected option
No description
3 replies
FFilament
Created by tuyz on 10/24/2023 in #❓┊help
Select::isOptionDisabled(): Argument #2 ($label) must be of type string, null given,
No description
2 replies
FFilament
Created by tuyz on 10/19/2023 in #❓┊help
Adding table to Livewire Component
No description
9 replies
FFilament
Created by tuyz on 10/5/2023 in #❓┊help
Filter records by null values in table builder
No description
5 replies
FFilament
Created by tuyz on 9/13/2023 in #❓┊help
Formatting price with decimal points in the form builder
No description
3 replies
FFilament
Created by tuyz on 8/9/2023 in #❓┊help
Nest resources into sections in nav bar
2 replies
FFilament
Created by tuyz on 8/3/2023 in #❓┊help
Spatie Media Library File Upload::getUploadedFileUsing does not exist.
No description
6 replies