-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
I'm trying to show the input without a currency symbol in it, which works, but a space is always added in front of the number, as far as I can tell, because of the formatString computed property.
My 2 ideas are:
- Change the
formatStringto a prop and add a default value (a function) – possibly the most flexible in the long run. - Check if there's a currency and if not, only include the
%vinformatString– probably easiest to implement.
It's probably doable to implement both.
I'm okay to take an attempt at adding this if it's wanted.
Good idea? Bad idea?
Metadata
Metadata
Assignees
Labels
No labels