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: 1. Set a `maximum`, eg. 100 2. Activate `reverseFill` 3. Enter a value over your maximum, eg. 101 4. The input will reset itself, but the value will be `1.00` (instead of the real maximum of `100.00`)