This commit is contained in:
Andreas Henriksson 2024-03-28 13:38:37 +01:00
commit 199c211e1d
2 changed files with 0 additions and 3 deletions

View file

@ -141,8 +141,6 @@
$$props["aria-label"] ||
"Numeric input field with increment and decrement buttons";
//$: value && !!changeCaretPosition;
function parse(raw) {
return raw != "" ? Number(raw) : null;
}