Skip to content

Commit ed8b6ee

Browse files
committed
change SfInput cmp
1 parent 83dd8a8 commit ed8b6ee

File tree

1 file changed

+1
-1
lines changed
  • packages/qwik-storefront-ui/src/components/SfInput

1 file changed

+1
-1
lines changed

packages/qwik-storefront-ui/src/components/SfInput/SfInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export const SfInput = component$<SfInputProps>(
4444
data-testid="input-field"
4545
size={1}
4646
value={value}
47-
onChange$={onChange$}
4847
{...(ref ? { ref } : {})}
4948
{...attributes}
49+
onChange$={onChange$}
5050
/>
5151
{showSlotSuffix && (
5252
<span class="pl-2">

0 commit comments

Comments
 (0)