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] 최대글자수에 따라 textArea 높이 동적 설정 #262

Merged
merged 5 commits into from
Jul 29, 2024

Conversation

eonseok-jeon
Copy link
Member

@eonseok-jeon eonseok-jeon commented Jul 29, 2024

Related Issue : Closes #260


🧑‍🎤 Summary

  • 텍스트가 최대 글자수 넘어갔을 때 바로 에러 뜨도록 구현
  • 단답형 질문에 대한 textarea 사이즈 조절
  • 불필요한 prop 전달 제거

🧑‍🎤 Comment

스크린샷 2024-07-29 오후 8 40 50

스크린샷 2024-07-29 오후 8 41 12

넉넉하게 100 이하일 때 위와 같은 사이즈가 뜨도록 했어요
세 줄 기준 이 이하의 높이에선 스크롤이 발생해서 딱 스크롤 발생하기 전인 height 112로 설정해줬습니다

@eonseok-jeon eonseok-jeon self-assigned this Jul 29, 2024
@eonseok-jeon eonseok-jeon linked an issue Jul 29, 2024 that may be closed by this pull request
Copy link

height bot commented Jul 29, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@lydiacho lydiacho left a comment

Choose a reason for hiding this comment

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

완전 좋습니두~~~~!!

@eonseok-jeon eonseok-jeon merged commit 72e0084 into develop Jul 29, 2024
2 checks passed
@eonseok-jeon eonseok-jeon deleted the fix/#260_max-count branch July 29, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 최대글자수에 따라 textArea 높이 동적 설정
2 participants