We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
price
I am using @coders-tm/vue-number-format: "2.19.0".
When price is initialized with a value, I want to clear it as follows:
<button @click="price = ''"> Clear </button>
But the input box is not cleared.