We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086c0f commit 37e0deaCopy full SHA for 37e0dea
packages/kit-styled/src/components/input/input.tsx
@@ -23,6 +23,7 @@ export const Input = component$<InputProps>(
23
props.class,
24
)}
25
id={inputId}
26
+ name={name}
27
/>
28
{error && (
29
<div id={`${inputId}-error`} class="text-destructive mt-1 text-sm">
0 commit comments