-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor SearchSelect and fix Error #6
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.
아 그리고 이거 코드가 어느 부분이 달라졌는지 보기가 어려워서 간단히 어느 부분 고쳤는지도 써주세용
packages/web/src/common/components/Forms/SearchSelect/SearchItem.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/common/components/Forms/SearchSelect/index.tsx
Outdated
Show resolved
Hide resolved
placeholder={placeholder} | ||
hasError={!!errorMessage} | ||
disabled={disabled} | ||
value={value} |
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.
여기가 value || selected 였는데 value로 바꿔서 텍스트 다 지워도 selected된 텍스트로 바뀌지 않게 수정했습니다!
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.
조아요 수고했습니당
요약 *
It closes #5
스크린샷
이후 Task *