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

멘션inputbar에서 hover와 키보드로 이동 시 동기화하기 #31

Open
4 tasks
jae-hun-e opened this issue Jan 1, 2024 · 0 comments
Open
4 tasks
Assignees
Labels
✨ Feature 새로운 기능 추가

Comments

@jae-hun-e
Copy link
Collaborator

jae-hun-e commented Jan 1, 2024

어떤 기능인가요?

  • 현재 hover했을 경우와 inputBar에서 키보드로 이동 시 두개가 따로 표시가 되어있습니다.
  • 이를 슬랙과 동일하게 수정하겠습니다.
  • 현재는 자동완성에 연관된 리스트길이만큼 띄워줍니다. 이를 최대값을 정하고 이에 맞게 띄운 후 스크롤 가능하도록 변경하겠습니다.
2024-01-01.13.44.56.mov

작업 상세 내용

  • useHover 훅을 만들어서 hover 처리
  • hover시와 키보드 이벤트 시 동일한 state를 수정하도록 변경
  • handleKeyDown "Entry" 로직 분리
  • AutoCompleteMentionList 최대 길이 추가 및 스크롤 생성

참고할만한 자료(선택)

@jae-hun-e jae-hun-e added this to the Iteration 2 (v2) milestone Jan 1, 2024
@jae-hun-e jae-hun-e added the ✨ Feature 새로운 기능 추가 label Jan 1, 2024
@jae-hun-e jae-hun-e self-assigned this Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant