in quasar i setup it up but when i write at that time input formatting not working #412
Unanswered
amit772000
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is a working Quasar example in the docs: https://dm4t2.github.io/vue-currency-input/examples.html#quasar |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
quasar version : 2.6.0
vue : 3.0.0
here i use following setting as described in doc but when i type it is unable to format value instantly it format values only after blur
useCurrencyInput({
currency: props.currency,
useGrouping: true,
hideCurrencySymbolOnFocus: false,
hideGroupingSeparatorOnFocus: false,
});
Beta Was this translation helpful? Give feedback.
All reactions