v-currency-field icon indicating copy to clipboard operation
v-currency-field copied to clipboard

The Vuetify Currency Field uses Vue Currency Input directive to create a currency component (<v-currency-field>)

Results 13 v-currency-field issues
Sort by recently updated
recently updated
newest added

Set currency input of initial value. fixes #45

Greetings colleagues, I find myself playing with nuxt, vuetify and the v-currency-field/nuxt component, when running my application in dev mode (npm run dev) the component renders perfectly, but when running...

Hi, It seems like calling resetValidation() on a form acts as if reset() was called instead. resetValidation() should only clear validation error messages without clearing the components' value...

I get the following error when I use ` v-on:keyup.enter` in the : `Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'type')"`

https://codepen.io/phiny1/pen/YzPLOam Just try to set init value: 12345.56, and set locale to 'de-DE' I expect to see : 12.345,56 but instead, I see 12.345.56 (with a dot but must be...

Hey everyone, I think that have a way to ser defaults suffix n/or prefix in plugin options object is a good new feature, no? I am willing to implement it...

Hi there! The initial value is not formatted in latests versions: [code](https://codepen.io/oliveiracdz/pen/QWEKGaR). It was working in version 3.0.9. Thanks!

Simple as that, `change` event is called two times when value changed

Even with option `autoDecimalMode` set to `true`, `v-currency-field` is setting value multiplied by 100. Removing dots and commas from the number. `0,55` becomes `55,00`. **Version:** 3.1.0 **Bug version:** 3.0.8 ```javascript...

bug

I'm curious if there are plans to support Vuetify v3 (and Vue 3). Not sure if this is the right channel to ask here... Thank you for your support.