The updatevalue should be parsed.

This commit is contained in:
jqlio18 2022-12-12 11:50:11 -05:00
commit 3f2870da12

View file

@ -121,7 +121,7 @@
} else { } else {
ref.stepDown(); ref.stepDown();
} }
value = +ref.value; value = parse(ref.value);
dispatch("input", value); dispatch("input", value);
dispatch("change", value); dispatch("change", value);