jals65
jals65
FFilament
Created by jals65 on 6/25/2024 in #❓┊help
TextInput with follow action
Thanks for that @toeknee @Leandro Ferreira
10 replies
FFilament
Created by jals65 on 6/25/2024 in #❓┊help
TextInput with follow action
But any way to get it on the suffixAction?
10 replies
FFilament
Created by jals65 on 6/25/2024 in #❓┊help
TextInput with follow action
Where can I inject ?string $state ?
10 replies
FFilament
Created by jals65 on 5/2/2024 in #❓┊help
Adding id's to filament components
Ok, thanks.
6 replies
FFilament
Created by jals65 on 5/2/2024 in #❓┊help
Adding id's to filament components
hi?
6 replies
FFilament
Created by jals65 on 5/2/2024 in #❓┊help
Adding id's to filament components
I see that actions have extraAttributes function where I can add this attributes. But for example in some parts of the app like search, menu, tables or forms, I don't know how to do that.
6 replies
FFilament
Created by jals65 on 4/15/2024 in #❓┊help
Record variable type change to string if i add the mount function on my viewrecord page
Thanks, I was missing that: parent::mount($record);
6 replies
FFilament
Created by jals65 on 4/15/2024 in #❓┊help
Record variable type change to string if i add the mount function on my viewrecord page
hi?
6 replies
FFilament
Created by jals65 on 4/11/2024 in #❓┊help
Theme app.css cache busting
finaly i solve it adding on the webpack.mix.js this:
if (mix.inProduction()) {
mix.version();
}
if (mix.inProduction()) {
mix.version();
}
4 replies
FFilament
Created by jals65 on 4/5/2024 in #❓┊help
TextInput default value on edit page
ok, i'm going to try it
7 replies
FFilament
Created by jals65 on 4/5/2024 in #❓┊help
TextInput default value on edit page
The problem is that I saved the form as json in a field, it is not directly related to a mysql field that can use the mysql default
7 replies
FFilament
Created by jals65 on 3/1/2024 in #❓┊help
Issue updating filament from 3.0.92 to 3.2.4
5 replies
FFilament
Created by jals65 on 3/1/2024 in #❓┊help
Issue updating filament from 3.0.92 to 3.2.4
I have opened an issue on github because it seems that it is a bug. I have managed to reproduce it in a clean filament-issue project
5 replies
FFilament
Created by jals65 on 2/13/2024 in #❓┊help
Error adding a link in table with shouldOpenUrlInNewTab()
thanks @Raziul Islam
6 replies
FFilament
Created by jals65 on 2/13/2024 in #❓┊help
Error adding a link in table with shouldOpenUrlInNewTab()
If I remove shouldOpenUrlInNewTab() it works.
6 replies
FFilament
Created by jals65 on 1/22/2024 in #❓┊help
Remove value when form field is hidden
But it would be nice to have a method to get the default value of that field.
27 replies
FFilament
Created by jals65 on 1/22/2024 in #❓┊help
Remove value when form field is hidden
In the end I solved it by setting manual default values. If it is boolean, it is set to false, if it is string it is set to empty string "", etc.
27 replies
FFilament
Created by jals65 on 1/22/2024 in #❓┊help
Remove value when form field is hidden
What I need is the following: I have a checkbox called X. And another checkbox called Y. When the checkbox named Y is selected, the checkbox named X is shown, but if I don't select the checkbox named Y, the checkbox named X will be hidden. And I need the checkbox named X to change its value to false when it is hidden, because it might have been selected before, and has its value to true.
27 replies
FFilament
Created by jals65 on 1/22/2024 in #❓┊help
Remove value when form field is hidden
But when it is disabled, the value is not deleted, it simply prohibits you from changing it, but the value remains in the same state.
27 replies