-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
I am using the min prop.
On page load, the form is empty and the vue-numeric shows the input as empty (which is correct) but after the user key in any number, we do not have the option to empty the input again.
Here's the input:
<vue-numeric type="text" name="amount"
placeholder="Amount"
:min="5.00"
currency=""
:precision=2
v-model="amount"
empty-value=""
></vue-numeric>
Specifications
- Plugin Version: 2.3.0
- Vue.js Version: 2.5.13
- Browser: Chrome Version 63.0.3239.132 (Official Build) (64-bit)
- OS: MacOS 10.12.6
mboboc
Metadata
Metadata
Assignees
Labels
No labels