vue-currency-input icon indicating copy to clipboard operation
vue-currency-input copied to clipboard

Drop MAX_SAFE_INTEGER limitation

Open dm4t2 opened this issue 1 year ago • 5 comments

Currently, the input is limited to Number.MAX_SAFE_INTEGER. Numbers should exposed as decimal strings ("1234.567") to allow arbitrary size and precision.

See also discussion #307

dm4t2 avatar Oct 02 '22 19:10 dm4t2