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] 검색 텍스트필드 추가 #251

Merged
merged 2 commits into from
Sep 29, 2024
Merged

Conversation

JaesungLeee
Copy link
Member

Issue

작업 내역 (Required)

  • 검색 텍스트필드 추가

Review Point (Required)

  • none

관련 링크

  • none

Copy link
Collaborator

@EvergreenTree97 EvergreenTree97 left a comment

Choose a reason for hiding this comment

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

GOOD~

innerTextField()
}
Spacer(modifier = Modifier.size(12.dp))
Box(modifier = Modifier) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

요거는 Box에 감싸진 이유가 있을까??

Copy link
Member Author

Choose a reason for hiding this comment

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

입력될 때 delete 버튼을 end 정렬 하려고 넣었숨!

@JaesungLeee JaesungLeee merged commit 558949a into develop Sep 29, 2024
@JaesungLeee JaesungLeee deleted the feature/input-field branch September 29, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

검색 인풋필드, 탑바 컴포넌트 추가
2 participants