shevtsovtn-vue-currency-input
v1.1.1
Published
Easy input of currency formatted numbers for Vue.js. Added a chageable decimal separator for currency value.
Downloads
26
Maintainers
Readme
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.
Features
- 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).
Getting started
Fork from parent project. Please read the guide to get started or check out the playground to see it in action.