x-mask:dynamic="$money($input)" doesn't work in this case where as in a standalone POC it does work #3806
Closed
anjanesh
started this conversation in
4. General
Replies: 1 comment 6 replies
-
This is a mess. Cns you clean this up? Why are you doing so much float parsing and string replaces? Why is this in a single expression? What does the data actually look like? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
x-mask:dynamic="$money($input)"
works here :But the commas are not displayed in this case :
If I remove
parseFloat(String($store.global_data['cloud_servers_total']).replace(',', ''))
it works (commas as displayed).Beta Was this translation helpful? Give feedback.
All reactions