-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore-fe: Question 타입 Description 추가 및 이에 따른 생성 구현에 대한 로직 수정 #1003
Conversation
1738036875.183899 |
1738036972.422649 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빠른 작업 감사합니다~ 사용성 관련해서 피드백 하나 남겼으니 확인 부탁드려요!
<TextField | ||
placeholder="질문 설명을 입력하세요." | ||
onChange={handleChangeDescription} | ||
maxLength={300} | ||
value={description} | ||
isLengthVisible | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TextArea 코드 살펴보니 설계의도가 파악되네요. 어떤 말씀하시는지 대강 알겠습니다!
해당 TextArea를 감싸는 container는 flex, direction column으로 동작해서 width 100%처럼 동작하기 때문에 문제될 것은 없다고 생각되네요!
Co-authored-by: Jeongwoo Park <[email protected]>
목적
작업 세부사항
참고사항
closes #1002