Creator of OpenAI for PHP and TailwindMerge for Laravel.
The reason I realized it was a JS library not able to render strings with a leading whitespace. 😅
The reason I realized it was a JS library not able to render strings with a leading whitespace. 😅
Maybe something for Filament v4 to trim all text input values by default?
Probably not possible in v3 as it is a breaking change under special conditions.
Maybe something for Filament v4 to trim all text input values by default?
Probably not possible in v3 as it is a breaking change under special conditions.
I will give it a try in a fresh installation and let you know.
I will give it a try in a fresh installation and let you know.
Maybe this is something Filament could support out of the box?
Maybe this is something Filament could support out of the box?
flareapp.io/docs/integra...
flareapp.io/docs/integra...
In my opinion fillables only work in really simple apps. As soon as you have users with different permissions, fillable isn‘t the right choice anymore.
And to not get confused when switching projects I always unguard the models and use proper validation everywhere.
In my opinion fillables only work in really simple apps. As soon as you have users with different permissions, fillable isn‘t the right choice anymore.
And to not get confused when switching projects I always unguard the models and use proper validation everywhere.