numeric() function casts represents number with comma and not with dot
I don't know why but the numeric function casts somehow the dot notation to comma representation.
Maybe someone knows why that is?
If I remove the numeric validation the number shows with a dot.
4 Replies
It probably has something with LOCALE. Check the .env file
In my .env
GitHub
Trying to display Price with ',' decimal Seperation · filamentphp f...
Hello, I am trying to pass the price using the TextInput->mask method with the Repeater Component via a HasMany Relationship. Everything works fine when saving, but when I open the edit mask, th...
Thanks for your answer, but its hard for me to figure out whats the solution to my problem ? 🙂
Somehow this does not work for me