mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
The updatevalue should be parsed.
This commit is contained in:
parent
ac1afe4d9b
commit
3f2870da12
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue