pelmered / filament-money-field

Money field powered by Money PHP
MIT License
40 stars 19 forks source link

Support large numbers with mask #40

Open pelmered opened 1 month ago

pelmered commented 1 month ago

When you input very big numbers with the mask it change to to the scientific format with exponent like: 1.2454564645556566e+21

This is then stripped into for example 124545646455,565.66 which is wrong.

It is unlikely that you need numbers this big for storing money. But big congratulations if you do! 😁