Eddy
Eddy
FFilament
Created by Wiebe on 3/25/2024 in #❓┊help
Stats widget columns
I could change it with:
protected function getColumns(): int
{
return 1;
}
protected function getColumns(): int
{
return 1;
}
4 replies
FFilament
Created by Wiebe on 3/25/2024 in #❓┊help
Stats widget columns
I also would like to know if there is a way to set the number of the columns in the stats widget. Apparently it's fixed to 3.
4 replies
FFilament
Created by Eddy on 10/28/2024 in #❓┊help
Can I use custom, non-boolean values for a form toggle?
Thank you @toeknee! For some reason I forgot about it. I also combined it with dehydrateStateUsing for storing the values back as boolean.
7 replies
FFilament
Created by Eddy on 10/28/2024 in #❓┊help
Can I use custom, non-boolean values for a form toggle?
While true, this ‘boolean-to-string’ logic is intended only for this specific form. I believe implementing it at the model level may not be the cleanest approach for my particular scenario.
7 replies
FFilament
Created by Eddy on 4/20/2024 in #❓┊help
Translating FileUpload component
Thank you for the answer @Sjoerd24! Interestingly, I had the locale set to es_PE, which I believe worked for most automatic translations but not this one. Changing it to es makes it work indeed, although I'm afraid it will now translate other strings using the Spain variant of Spanish instead of the Peruvian one. But this is something I'll need to investigate further and is out of the scope of this issue. Thank you!
4 replies