Skip to content

Commit

Permalink
(#0) InputSelect value 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Dec 4, 2023
1 parent 22a2ff5 commit b8b5a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/Input/InputSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const InputSelect = forwardRef((
)}
onChange = {onChangeHandler}
required = {required}
value = {value}
{...rest}
>
<option value = "" selected disabled hidden>{placeholder}</option>
Expand Down

0 comments on commit b8b5a32

Please sign in to comment.