Skip to content

#595 [layout] Fix CustomTextField #600

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

Merged
merged 7 commits into from
Nov 11, 2024
Merged

#595 [layout] Fix CustomTextField #600

merged 7 commits into from
Nov 11, 2024

Conversation

yuni-ju
Copy link
Member

@yuni-ju yuni-ju commented Nov 10, 2024

문제 상황

1. 텍스트 필드

  • 기존의 텍스트 필드
    Material3의 TextField를 Custom해서 사용하고 있었습니다.
image
  • 디자인 요구사항
    텍스트가 입력 되기 전에도 Label이 보여지는 뷰, TextField 내에 padding이 없는 뷰가 필요합니다.
image

따라서 모든 요구사항을 충족하기 위해 별도의 커스텀 작업을 진행했습니다.

2. 비밀번호 입력창

  • 기존의 텍스트 필드
image
  • 디자인 요구사항
image

작업 내용

  • TextField 내부에 content padding을 지정할 수 있도록 함
  • Trailing Icon의 default padding이 없도록 처리
  • Trailing Icon 커스텀 가능, 에러 상황 시 설정 가능
  • 텍스트와 Trailing Icon이 겹쳐지지 않도록 함
  • 비밀번호 입력 시 나오는 문자 변경

변경 결과

image

resolved: #595

@yuni-ju yuni-ju added bug Something isn't working layout labels Nov 10, 2024
@yuni-ju yuni-ju requested a review from DongJun-H November 10, 2024 11:06
@yuni-ju yuni-ju self-assigned this Nov 10, 2024
@yuni-ju yuni-ju merged commit f8f71d8 into develop Nov 11, 2024
1 check passed
@yuni-ju yuni-ju deleted the layout/issue-595 branch November 11, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working layout
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[layout] Fix CustomTextField
2 participants