Hi,
first of all, thank you for the amazing package.
If you activate the reverseFill option, resetting the value to the allowed maximum fails.
I tried it locally and on https://vue-number-format.netlify.app/guide/play-ground.html
Steps to reproduce:
- Set a
maximum, eg. 100
- Activate
reverseFill
- Enter a value over your maximum, eg. 101
- The input will reset itself, but the value will be
1.00 (instead of the real maximum of 100.00)