Skip to content

Commit fee3225

Browse files
Merge pull request #820 from harshmangalam/input
fix: added name props
2 parents cd934d8 + 37e0dea commit fee3225

File tree

1 file changed

+1
-0
lines changed
  • packages/kit-styled/src/components/input

1 file changed

+1
-0
lines changed

packages/kit-styled/src/components/input/input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const Input = component$<InputProps>(
2323
props.class,
2424
)}
2525
id={inputId}
26+
name={name}
2627
/>
2728
{error && (
2829
<div id={`${inputId}-error`} class="text-destructive mt-1 text-sm">

0 commit comments

Comments
 (0)