-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: 4차 QA 피드백 적용 #195
fix: 4차 QA 피드백 적용 #195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!
src/hooks/usePortfolio.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 16은 무슨 의미일까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기본 size입니다! 포트폴리오 16개 ㅎㅎ
const autoCompleteOptionList = (name: string) => { | ||
return optionList(name) | ||
?.filter(option => option.name.includes(watch(name as Path<FormValues>))) | ||
.sort(); | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
자동완성을 직접 구현하셨군요...!! 대박!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
완벽하진 않은데 일단 임시로 적용했습니당!
구현 내용/방법
리뷰 필요
제가 놓친게 있으면 말씀 부탁드립니다!
close #181