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

[Feature] onChange All Write Fields in Write Page #25

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Nov 24, 2020

  • 스터디 작성페이지의 작성 폼 onChange 기능 구현 (제목, 모집 마감 날짜, 참여 인원 수, 내용)
  • 현재는 사용자가 로그인을 할 수가 없기 때문에 작성 유저는 임의로 넣어줘야 한다.

Comment on lines +49 to +59
<div>
{/* TODO: 추후 draft.js를 사용하여 변경 예정 */}
<textarea
rows="10"
cols="100"
name="contents"
value={contents}
onChange={handleChange}
placeholder="내용"
/>
</div>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

  • 작성 소개글은 editor로 변경예정

@saseungmin saseungmin added the enhancement New feature or request label Nov 24, 2020
@saseungmin saseungmin merged commit 4c08295 into CodeSoom:main Nov 24, 2020
@saseungmin saseungmin mentioned this pull request Nov 24, 2020
20 tasks
@saseungmin saseungmin deleted the all-change-write-field branch July 5, 2021 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant