Skip to content

Conversation

@cskime
Copy link
Collaborator

@cskime cskime commented Aug 24, 2025

📝 작업 내용

  • ToggleButtononChange event handler를 추가할 수 있도록 구현합니다.
  • ToggleButton의 각 option을 클릭하면 onChange event handler가 실행되고, 전달인자로 선택한 option과 index가 전달됩니다.

💬 리뷰어에게 남길 말 (선택)

  • @gummmmmy0v0
    • create-post-page.jsx에서 ToggleButton을 사용하고 있어서 함께 수정했습니다.
    • 잘 수정되었는지 확인해 주시고, index 전달인자를 활용해서 다른 코드를 개선할 수 있다면 issue를 만들고 수정해주세요.

@cskime cskime linked an issue Aug 24, 2025 that may be closed by this pull request
2 tasks
@cskime
Copy link
Collaborator Author

cskime commented Aug 24, 2025

배포 테스트를 위해 단순한 작업을 하는 PR을 먼저 병합합니다.

@cskime cskime merged commit d9abb85 into codeit-FE-18-part2:develop Aug 24, 2025
@cskime cskime deleted the feature/#95 branch August 24, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ToggleButton component에 onChange event handler 추가

2 participants