Replies: 1 comment 1 reply
-
This is a good idea! Should be doable if we expose a prop to allow users to modify the values being passed to the INTL formatter. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I know, it doesn't make sense to remove the currency from the currency input. But I really like the number formatting part of this component. In my project, I currently have two currency components:
vue-currency-input
.It would be great if I can use formkits currency component for both cases.
If I omit the
currency
prop (or set it to undefined), it defaults tousd
. Maybe afalse
value can be allowed, which hides the currency from the output?Beta Was this translation helpful? Give feedback.
All reactions