fix(select): 변경된 선택값 전달 - #153
Merged
eGovFrameSupport merged 1 commit intoSep 15, 2026
Merged
Conversation
wizlife
marked this pull request as ready for review
September 14, 2026 22:11
eGovFrameSupport
approved these changes
Sep 15, 2026
Contributor
|
표준프레임워크에 대한 지속적인 참여에 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
수정 사유 Reason for modification
EgovSelect에서 다른 옵션을 선택해도 setter에 초기 setValue가 전달됩니다. 기존 테스트는 호출 여부만 확인해 잘못된 전달값을 놓쳤습니다.
수정된 소스 내용 Modified source
선택 이벤트의 값을 전달하고, 빈 값↔선택값 및 선택값 간 변경을 검증합니다.
Fixes #138
JUnit 테스트 JUnit tests
EgovSelect 테스트 6건 통과. 초기 선택·옵션 표시와 변경값 전달을 확인했습니다.
npm run test:run -- src/components/EgovSelect.test.jsxnpm run build성공.테스트 브라우저 Test Browser
테스트 스크린샷 또는 캡처 영상 Test screenshots or captured video
자동 테스트 결과입니다. 별도 브라우저 수동 테스트나 화면 캡처는 없습니다.