Skip to content

Commit 16a251a

Browse files
authored
[#675] [모임 생성] 도서선택 input x-button 추가 (#676)
- feat: 모임생성 퍼널의 도서선택 스텝에 input 컴포넌트 내부에 x-button를 표시
1 parent b270454 commit 16a251a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/bookGroup/create/steps/SelectBookStep/SelectBookStep.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const SelectBookStep = ({ onNextStep }: MoveFunnelStepProps) => {
3333
</h2>
3434

3535
<Input
36+
type="search"
3637
placeholder="책 제목, 작가를 검색해보세요"
3738
inputStyle="line"
3839
leftIconType="search"

0 commit comments

Comments
 (0)