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

Fix: stacksMultiSelect 에서 각 Chip에 X 클릭이 안되는 문제 등등 버그 해 #336

Closed

Conversation

nakyoung98
Copy link
Contributor

@nakyoung98 nakyoung98 commented Apr 4, 2024

📌요구사항

  • stacksMultiSelect 에서 각 Chip에 X 클릭이 안되는 문제 해결
  • SquareDropButton isOpen 추가 및 아이콘 뒤집어지게 변경
  • modal용 popover 값 추가
  • 기술스택 Filter 버튼 내 SelectLayout에 position 추가

📌작업 진행 상황 (에러, 막혔던 부분, 그외 궁금한것 등등)

stacksMultiSelect 에서 각 Chip에 X 클릭이 안되는 문제

[ 원인 ]

svgimg에 대해 reset.css에서 pointer-events:none으로 설정되어 onClick이 발생하지 않았습니다

[ 해결 ]

Icondiv로 감싸고, divonClick이벤트를 주었습니다.

📌스크린샷 / 테스트결과 (선택)

📌이슈 번호

Closes: #268
Closes: #324

@nakyoung98 nakyoung98 added the bug Something isn't working label Apr 4, 2024
@nakyoung98 nakyoung98 self-assigned this Apr 4, 2024
Copy link

github-actions bot commented Apr 4, 2024

올바르지 않은 PR 형식

올바르지 않은 PR 형식입니다.

참고

PR요청 전 deveop 브랜치에 변동이 있을 경우 꼭! feature 브랜치를 rebase 해주세요.
현재 시점에서 Merge 시 Conflict의 위험이 있습니다.

@nakyoung98 nakyoung98 force-pushed the fix/issue-268--Bug-stacksMultiSelect-에서-각-C branch from 469f128 to 61267b0 Compare April 4, 2024 09:58
@nakyoung98 nakyoung98 closed this Apr 4, 2024
@nakyoung98 nakyoung98 deleted the fix/issue-268--Bug-stacksMultiSelect-에서-각-C branch April 4, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant