v-currency-field
v-currency-field copied to clipboard
The Vuetify Currency Field uses Vue Currency Input directive to create a currency component (<v-currency-field>)
I can come up with a jsfiddle if you would like, but since it's pretty simple I thought I would just describe it. When using the component with 'autoDecimalMode' on,...
This fixes `tabindex` support, which is broken because it was getting applied to the outermost vuetify `.v-input` div due to automatic attribute inheritance. This component provides its own manual attribute...
I've followed the installation instructions several times but get this message when using in a component. **[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive...