badriysha
badriysha
FFilament
Created by Jean Roumeau on 7/5/2024 in #❓┊help
Custom logic after import completed
how about using after() method on actions?
Action::make('actionName')
->action()
->after(
// define custom logic here
);
Action::make('actionName')
->action()
->after(
// define custom logic here
);
4 replies
FFilament
Created by David | Fortune Validator on 7/1/2024 in #❓┊help
Focus another select after change
hi @David | Fortune Validator you can try using Alpine focus plugins by adding x-trap on extraAlpineAttribute method https://alpinejs.dev/plugins/focus
5 replies