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

[Feat] FileInput textarea height sm로 만들기 #292

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

eonseok-jeon
Copy link
Member

Related Issue : Closes #288


🧑‍🎤 Summary

  • 파일 입력하는 문항일 시 글자수 100자 넘어도 단답형 textarea로 만들기

🧑‍🎤 Screenshot

스크린샷 2024-07-30 오후 9 01 11

🧑‍🎤 Comment

file input인지 판단

file input이면 extra input의 props 속성에 defaultFile이 들어가고
url input이면 props 속성에 urls가 들어가는 차이를 가지고 비교를 진행했어요

스크린샷 2024-07-30 오후 9 04 13
스크린샷 2024-07-30 오후 9 04 38

isFileInput={extraInput?.props.defaultFile}

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

height bot commented Jul 30, 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 5ce2715 into develop Jul 30, 2024
2 checks passed
@eonseok-jeon eonseok-jeon deleted the feat/#288_fileinput-textarea-height branch July 30, 2024 13:20
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.

[Feat] FileInput textarea height sm로 만들기
2 participants