vue-number-format icon indicating copy to clipboard operation
vue-number-format copied to clipboard

can't start with minus when precision = 0

Open Ahmed-Alsalim opened this issue 1 year ago • 0 comments

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.

Ahmed-Alsalim avatar Jan 10 '24 11:01 Ahmed-Alsalim