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

[FE] fix: textarea의 입력이 1000자를 초과했을 때 실시간으로 에러 메세지를 띄우도록 수정 #536

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

ImxYJL
Copy link
Contributor

@ImxYJL ImxYJL commented Aug 23, 2024


🚀 어떤 기능을 구현했나요 ?

  • 서술형 답변을 적는 textarea의 입력이 1000을 초과하면 실시간으로 에러 메세지를 띄워서 사용성을 강화했습니다.

🔥 어떻게 해결했나요 ?

  • useLongReviewItem훅에 있는 onChange이벤트 핸들러에 maxLength를 넘는 경우 에러 메세지를 띄워주는 코드를 추가했습니다.

📝 어떤 부분에 집중해서 리뷰해야 할까요?

📚 참고 자료, 할 말

  • 마지막의 마지막까지 리팩토링하는 낭만

Copy link
Contributor

@soosoo22 soosoo22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

올리 수고했어요!

@BadaHertz52
Copy link
Contributor

버그 빠르게 잡았네요!! 고생했어🚀

Copy link
Contributor

@chysis chysis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

누락됐던 부분이 다시 돌아와서 행복하네요!

@chysis chysis merged commit e10d644 into develop Aug 23, 2024
5 checks passed
@donghoony donghoony deleted the fe/fix/535-maxlength branch August 23, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FE] 서술형 문항에서 maxLength 이상 넘어갈 때 에러 메시지를 표시한다.
4 participants