Matthias Stiller

Results 3 issues of Matthias Stiller

I'm using a custom Jest transformer for usage with the Ref Sugar syntax: ``` const { raw } = require('unplugin-vue2-script-setup').default const transform = raw({ reactivityTransform: true }).transform module.exports = {...

Currently, the input is limited to [Number.MAX_SAFE_INTEGER](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER). Numbers should exposed as decimal strings (`"1234.567"`) to allow arbitrary size and precision. See also discussion #307

feature

see https://github.com/dm4t2/vue-currency-input/discussions/388

feature