Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

shevtsovtn-vue-currency-input

ShevtsovTN23MIT1.1.1TypeScript support: included

Easy input of currency formatted numbers for Vue.js. Added a chageable decimal separator for currency value.

vue, input mask, currency input, money input, number format, ECMA-402

readme

Codecov npm Version npm Downloads Bundlephobia License

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.