vue-number-format
vue-number-format copied to clipboard
can't start with minus when precision = 0
very similar behavior to #28. if precision is set to 0 it doesn't accept typing minus "-" if input field is empty. can still hit minus after typing the number or paste negative number. I'm using vue 2 but I think it happens in vue 3 as well as it can be replicated in playground by simply changing precision to 0.