-
I'm using vue-currency-filter in Nuxt and wanted to have two configurations; The default to show dollars and cents, and another to show just dollars.
However, using the configuration example in the…
-
My project uses a lot of dollar amounts but they are all stored on the server as "in cents." ie. $10.00 would be stored as 1000.
Currently, I have to pass these amounts through two filters, one to …
-
Hi,
I also have another issue.
If I want to use a different currency I cannot as src/js/filters/money.js default symbol is $
How would I be able to use other currencies within the Vue parts o…
-
Where is the best place to dynamically add `filterDropdownItems` based on an API response? I have tried in `beforeUpdate` Vue method but it is calling `onColumnFilter` every second.
```
beforeUp…
ghost updated
2 years ago
-
To make manual entry of statement items easier for users, the following is suggested,
- [ ] Implement key combinations to navigate and control statement item rows
- [ ] Filter out sections and ana…
-
I need contribution guide in this repo.
You can see the sample contribution guide from this pull request
https://github.com/mazipan/vue-currency-filter/pull/5/files
Thanks for your help 🎉🎉🎉
-
Investigate/identify:
- whether we can use this library in Vue3
- what is missing to be able to use it (or when it will be available)
- alternate packages (or whether we can change our code as needed)…
-
Hi, here is our package.json
I can work with version 1.0.3, but with 1.0.4 I am getting "no loader found for parsing this file" error for files where optional chainging (.?) is used. we use optional…
-
Hey,
I'd like to create a custom filter and also use an already existing filter in the function definition.
For example, I'd like to create a custom filter called `pounds` that calls the existing fi…
-
Currently data formatting is built-in, and cannot really be changed. There are a few exceptions, e.g. `` elements, where the format is specified via an expression in their contents (because their data…