Easy input of currency formatted numbers for Vue.js. Added a chageable decimal separator for currency value.
npm install shevtsovtn-vue-currency-input





Vue Currency Input allows an easy input of currency formatted numbers based on the ECMAScript Internationalization API (Intl.NumberFormat).
Built on top of the Vue Composition API, it enables you to decorate _any_ input component with currency format capabilities.
- Turns the input component of your favorite framework (for example Vuetify, Quasar or Element Plus) into a currency input field
- Supports both Vue 2 _and_ Vue 3
- Built on standards: Ensures the right locale dependent formatting by using Intl.NumberFormat
- Unobtrusive input by hiding the formatting on focus
- Built-in value range validation
- You can change a decimal separator if add a separator option like string ',/.' (1,00/1.00).
Fork from parent project.
Please read the guide to get started or check out the playground to see it in action.