What about previous custom prefix / suffix? #270
-
Hello, Thanks for creating this component, it's awesome! I have been studying this component for a few days (previous to release 2) and in addition to using it for currencies, I was also want to use it for percentages with the custom suffix. But now, the currency is mandatory (that's why it's called vue-currency-input haha) ... and the prefix and suffix options are no longer available, Do you have any workaround to use this component for percentages and not have to make me a component of my own? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, you already guessed it. This change is intended, see also #177 and #209. I recently started to work on a more generic number input based on the ECMAScript Internationalization API, which will also support raw decimal formats with custom prefixes/suffixes, units, and even percentages: https://github.com/dm4t2/intl-number-input It is in a very early state and still needs a lot of work. |
Beta Was this translation helpful? Give feedback.
Hi, you already guessed it. This change is intended, see also #177 and #209.
I recently started to work on a more generic number input based on the ECMAScript Internationalization API, which will also support raw decimal formats with custom prefixes/suffixes, units, and even percentages:
https://github.com/dm4t2/intl-number-input
It is in a very early state and still needs a lot of work.