Biostate
Biostate
FFilament
Created by Biostate on 7/7/2024 in #❓┊help
How to store extra data in custom field except state?
So nobody knows the way? I want to add custom properties like Laravel Nova plugin and add to filament with a PR. Pleaseeee.
2 replies
FFilament
Created by Biostate on 4/6/2023 in #❓┊help
How to show a verification modal before save
I think you are saying you have to make custom form right?
6 replies
FFilament
Created by Biostate on 4/6/2023 in #❓┊help
How to show a verification modal before save
Yes i know this but i have to add this to my resource edit form.
6 replies
FFilament
Created by Biostate on 3/11/2023 in #❓┊help
Add a default value to an input that doesn't exist in my resource
Yeah i know that. I already added but when i enter the edit page it's empty. After i update or percentage it's updated. Init value is empty otherwise.
8 replies
FFilament
Created by Biostate on 3/11/2023 in #❓┊help
Add a default value to an input that doesn't exist in my resource
Throws error Method Filament\Forms\Components\TextInput::formatStateUsing does not exist.
8 replies
FFilament
Created by Biostate on 3/11/2023 in #❓┊help
Add a default value to an input that doesn't exist in my resource
TextInput::make('result') ->numeric() ->required() ->default(function (\Closure $get) { return $get('price') * $get('percentage') ; }) ->disabled(true),
8 replies