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

[사전 미션 - 워밍업] - 다르(이상엽) 미션 제출합니다. #36

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pp449
Copy link

@pp449 pp449 commented Sep 23, 2024

  • 스크린 리더로 성인 승객 수를 늘리거나 줄일 수 있어야 한다.
  • 인원 수는 최소 1명, 최대 3명까지만 가능하게 구현한다.
  • 승객 수를 늘리는 경우 실제 스크린 리더는 아래와 같이 읽을 수 있어야 한다.

최소/최대 값 도달 시 상태 메시지 알림 추가하기

기존 상태에선 시각 사용자도 최소/최대 값에 도달했는지 알 수 없었는데 이때 가장 좋은 방법은 toast 모달을 보여주는거라 생각했어요

직접 구현하기는 조금 귀찮아서 react-toastify 라이브러리를 써봤는데 해당 라이브러리 내부에 aria-live="assertive" 가 들어있는거 같더라구요!

그래서 추가하는 것만으로도 쉽게 해결할 수 있었어요

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.

1 participant