-
I reported this issue a while back on the Filament repository, but from what understand the issue is not in Filament, but in Alpine. The issue is when you use comma as a decimal separator, like we do in most of Europe for example. See the following code:
This should give an input with the value Also see this demo that @danharrin created in that Filament issue: https://wirebox.app/b/47r9n I'm not sure, but this might be a duplicate of: #3009 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The $money plugin is not that powerful. It's not going to do the conversion in your behalf and it will also save back the formatted value. If you want to use a comma, the original value must be a string that uses a comma as decimal separator. |
Beta Was this translation helpful? Give feedback.
The $money plugin is not that powerful. It's not going to do the conversion in your behalf and it will also save back the formatted value.
If you want to use a comma, the original value must be a string that uses a comma as decimal separator.
See https://wirebox.app/b/x6d7d