Skip to content

Commit

Permalink
Input 내부에서 name 값 쓰이는 경로 수정했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Oct 30, 2023
1 parent d376a74 commit e4ecb8e
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 @@ -93,6 +93,7 @@ export const Input: InputComponent & { displayName?: string } = forwardRef(
co,
overrideStyles,
__staticSelector = 'Input',
name,
...props
}: InputProps<C>,
ref: PolymorphicRef<C>,
Expand Down

0 comments on commit e4ecb8e

Please sign in to comment.