MrOlon
MrOlon
FFilament
Created by Jon Mason on 10/19/2023 in #❓┊help
conditionally hidden section not working due to searchable() on select
I think I've experienced a related issue. The searchable method makes the select component using the non-native select element (the browser native <select>; this is because the native element does not support search feature so a custom javascript one is used - Choices.js). I think you will get the same issues using ->native(false), even without ->searchable(). I found some github issue related to this, but I'm not figured out the solution yet. Just an example: https://github.com/filamentphp/filament/issues/8097 I don't know if this info are still valid or outdated, just giving you some hints I found
10 replies
FFilament
Created by MrOlon on 6/22/2023 in #❓┊help
Multiple submit buttons in Action's modal
Okay, thank you again!
5 replies
FFilament
Created by MrOlon on 6/22/2023 in #❓┊help
Multiple submit buttons in Action's modal
Thank you, it seems to work! Didn't read in the docs that $action can be injected! Can I ask where I can find some documentation on callMountedTableAction and similar, if exists?
5 replies