This commit is contained in:
Andreas Henriksson 2024-03-28 15:10:24 +01:00
commit 11b4842559

View file

@ -142,10 +142,6 @@
$: ariaLabel =
$$props["aria-label"] ||
"Numeric input field with increment and decrement buttons";
$: {
console.log("previousValue / value", previousValue, value);
console.log();
}
function parse(raw) {
return raw != "" ? Number(raw) : null;