Hi!
When I try paste a value in a field this is not working good, This is just increase the selected value.
example:
This is my format options:
alias: "decimal"
allowMinus: true
autoGroup: true
clearMaskOnLostFocus: false
digits: 2
digitsOptional: false
greedy: false
groupSeparator: ""
groupSize: 3
max: "99999.99"
min: -99999.99
I write in the field: 12345.22

I selected all:

I would like paste 9876.12
But i got this:

If I delete the value before paste it will working good.
Can you help me?
- OS: windows 10
- Browser Google Chrome 99.0.4844.82
- Inputmask version: 5.0.8-beta.17
Hi!
When I try paste a value in a field this is not working good, This is just increase the selected value.
example:
This is my format options:
alias: "decimal"
allowMinus: true
autoGroup: true
clearMaskOnLostFocus: false
digits: 2
digitsOptional: false
greedy: false
groupSeparator: ""
groupSize: 3
max: "99999.99"
min: -99999.99
I write in the field: 12345.22

I selected all:

I would like paste 9876.12

But i got this:
If I delete the value before paste it will working good.
Can you help me?