Skip to content

Commit

Permalink
name prop 빠진 것 추가했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Dec 5, 2023
1 parent f084859 commit 490f485
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 @@ -131,6 +131,7 @@ export const Input: InputComponent & { displayName?: string } = forwardRef(
<Element
{...props}
ref={ref}
name={name}
className={cx(classes.input, {
[classes.withIcon]: icon,
[classes.invalid]: invalid,
Expand Down

0 comments on commit 490f485

Please sign in to comment.