Skip to content

Commit

Permalink
Input에 name 속성을 넣을 수 있도록 수정했다.
Browse files Browse the repository at this point in the history
  • Loading branch information
kciter committed Dec 21, 2023
1 parent e0ca8bb commit 4ef175a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/co-design-core/src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export const Input: InputComponent & { displayName?: string } = forwardRef(
<Element
{...props}
ref={ref}
name={name}
className={cx(classes.input, {
[classes.withLeft]: !!leftSection || !!icon,
[classes.withRight]: !!rightSection,
Expand Down

0 comments on commit 4ef175a

Please sign in to comment.