-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Refactor/#82] TextField, TextArea 리팩토링 #83
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
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.
감자 또이를 위해 직접 리팩토링해주시다니 감사합니다.🙇🏻♀️🙇🏻♀️ 레전드 국밥 정도영 ㄷㄷ
</S.TextFieldWrapper> | ||
{maxLength && cap && <S.TextCap>{`${(value as string).length}/${maxLength}`}</S.TextCap>} | ||
{maxLength && <S.TextCap>{`${(value as string).length}/${maxLength}`}</S.TextCap>} |
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.
p3) 이 부분 제가 cap 여부 조건 추가해서 머지했는데 혹시 pull 받고 확인가능할까요??
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.
수정된거 확인해서 어푸푸~
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.
LGTM~
Quality Gate passedIssues Measures |
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
🔗 참고 자료
https://jiwoothejay.notion.site/Input-a2541f69469a438ab6be1d20ab7d473c?pvs=25