c-monster
c-monster
FFilament
Created by c-monster on 1/18/2024 in #❓┊help
Import date field error
It worked when I removed the ->rules() method, but I wish I could leave that for the case when the field isn't empty.
5 replies
FFilament
Created by c-monster on 1/16/2024 in #❓┊help
Select->relationship order
Thanks for the clue and pushing me to work it out.
Select::make('category')
->relationship(
name: 'category',
titleAttribute:'name', modifyQueryUsing:fn(Builder $query)=>$query->orderBy('id','asc')),
Select::make('category')
->relationship(
name: 'category',
titleAttribute:'name', modifyQueryUsing:fn(Builder $query)=>$query->orderBy('id','asc')),
4 replies