There was an error while loading. Please reload this page.
2 parents 0b8ab04 + a4067bf commit 78bd858Copy full SHA for 78bd858
1 file changed
v2/pink-sb/src/lib/input/Number.svelte
@@ -160,7 +160,7 @@
160
{id}
161
on:input
162
on:invalid
163
- on:change={fireOnChangeDispatch}
+ on:change={() => fireOnChangeDispatch(input.value)}
164
bind:this={input}
165
value={inputValue}
166
on:input={handleBigIntInput}
@@ -177,7 +177,7 @@
177
178
179
180
181
182
bind:value
183
type="number"
0 commit comments