diff --git a/apps/www/src/lib/registry/default/ui/input/index.ts b/apps/www/src/lib/registry/default/ui/input/index.ts index 859f3b0aa..69804e404 100644 --- a/apps/www/src/lib/registry/default/ui/input/index.ts +++ b/apps/www/src/lib/registry/default/ui/input/index.ts @@ -18,6 +18,7 @@ export type InputEvents = { mouseleave: FormInputEvent; paste: FormInputEvent; input: FormInputEvent; + wheel: FormInputEvent; }; export { diff --git a/apps/www/src/lib/registry/default/ui/input/input.svelte b/apps/www/src/lib/registry/default/ui/input/input.svelte index 0d2b49ffe..28f8fb9bd 100644 --- a/apps/www/src/lib/registry/default/ui/input/input.svelte +++ b/apps/www/src/lib/registry/default/ui/input/input.svelte @@ -36,5 +36,6 @@ on:mouseleave on:paste on:input + on:wheel {...$$restProps} /> diff --git a/apps/www/src/lib/registry/new-york/ui/input/index.ts b/apps/www/src/lib/registry/new-york/ui/input/index.ts index 859f3b0aa..69804e404 100644 --- a/apps/www/src/lib/registry/new-york/ui/input/index.ts +++ b/apps/www/src/lib/registry/new-york/ui/input/index.ts @@ -18,6 +18,7 @@ export type InputEvents = { mouseleave: FormInputEvent; paste: FormInputEvent; input: FormInputEvent; + wheel: FormInputEvent; }; export { diff --git a/apps/www/src/lib/registry/new-york/ui/input/input.svelte b/apps/www/src/lib/registry/new-york/ui/input/input.svelte index c7a979f3d..335643365 100644 --- a/apps/www/src/lib/registry/new-york/ui/input/input.svelte +++ b/apps/www/src/lib/registry/new-york/ui/input/input.svelte @@ -36,5 +36,6 @@ on:mouseleave on:paste on:input + on:wheel {...$$restProps} />