Rukmi
Rukmi
FFilament
Created by Rukmi on 2/12/2024 in #❓┊help
Execute function on text-box enter rather than submitting the form
Is there a way in Filament 3.x so it would call a function on enter rather than submitting a form?
3 replies
FFilament
Created by Rukmi on 2/9/2024 in #❓┊help
Want to use minus-circle Heroicon in Filament
->suffixAction( Action::make('copyCostToPrice') ->icon('heroicon-minus-circle') ->requiresConfirmation() ->action(function (Product $record) { $record->price = $record->cost; $record->save(); }) ) Above code gives error because it cannot find minus-circle heroicon.
3 replies
FFilament
Created by Rukmi on 2/9/2024 in #❓┊help
Can we add suffix/prefix to lara-zeus/quantity?
https://github.com/lara-zeus/quantity - While using this plugin, I want to know if we can add prefix/suffix to the quantity component?
4 replies
FFilament
Created by Rukmi on 1/18/2024 in #❓┊help
Create Macro for Filament Notification
No description
4 replies
FFilament
Created by Rukmi on 1/12/2024 in #❓┊help
Form Validation: User must select value from Select box or must enter atleast 1 repeater
No description
3 replies