vue-number-format icon indicating copy to clipboard operation
vue-number-format copied to clipboard

Resetting to maximum fails, if reverse fill is activated

Open timweishaupt opened this issue 7 months ago • 0 comments

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)

timweishaupt avatar Mar 12 '25 13:03 timweishaupt