Skip to content
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

Merged
merged 10 commits into from
Oct 7, 2024
Merged

Conversation

ChaeyeonAhn
Copy link
Contributor

@ChaeyeonAhn ChaeyeonAhn commented Sep 24, 2024

요약 *

It closes #5

  • SearchSelect의 텍스트 동기화 에러 (input에 쓴 거 다 지웠는데 Selected text와 동기화) 해결
  • SearchItem 별도 파일로 분리

스크린샷

이후 Task *

  • 없음

@ChaeyeonAhn ChaeyeonAhn self-assigned this Sep 24, 2024
@ChaeyeonAhn ChaeyeonAhn linked an issue Sep 24, 2024 that may be closed by this pull request
2 tasks
@ChaeyeonAhn ChaeyeonAhn marked this pull request as ready for review September 28, 2024 04:57
@ChaeyeonAhn ChaeyeonAhn added the enhancement New feature or request label Sep 28, 2024
Copy link
Contributor

@wjeongchoi wjeongchoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 그리고 이거 코드가 어느 부분이 달라졌는지 보기가 어려워서 간단히 어느 부분 고쳤는지도 써주세용

placeholder={placeholder}
hasError={!!errorMessage}
disabled={disabled}
value={value}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기가 value || selected 였는데 value로 바꿔서 텍스트 다 지워도 selected된 텍스트로 바뀌지 않게 수정했습니다!

Copy link
Contributor

@wjeongchoi wjeongchoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

조아요 수고했습니당

@ChaeyeonAhn ChaeyeonAhn merged commit 3617715 into dev Oct 7, 2024
1 check passed
@ChaeyeonAhn ChaeyeonAhn deleted the 5-refactor-searchselect branch October 7, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor SearchSelect
2 participants