Open nekooee opened 1 year ago
please guide me. I need to add up the numbers. But when they are formatted as money, there is no possibility of collecting.
What exactly are you trying to achieve? Does the internal mask/unmask functions help you? https://github.com/jonathanpmartins/v-money3#use-the-internal-mask-functions
Sorry for the late reply. I was in vacations! What exactly are you trying to achieve? Does the internal mask/unmask functions help you? https://github.com/jonathanpmartins/v-money3#use-the-internal-mask-functions
Thank you. I need to show the formatted number but save it in the database as unformatted. also when sum numbers I use them without formatted. So it's hard to unformat it first for anything. It is much better to bind the unformatted number directly.
Did you solved your problem? Did you need help? Can I close this issue?
Did you solved your problem? Did you need help? Can I close this issue?
I had to make a component that shows the number in a formatted, but the binding number is the same as the unformatted number. But with the features of the package itself, this feature is not available. My problem was solved with the component I made. Thankful
how to InputBox bind to unformatted value but display formatted value?