mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
cleanup
This commit is contained in:
parent
28baee93b1
commit
11b4842559
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue