We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 온보딩 뷰에서 정규식 검사, UI 업데이트 등 너무나 많은 책임을 가지고 있는 관계로 TextField로 컴포넌트화 하고 TextFieldManager을 따로 분리해서 정규식 로직을 관리하려 합니다.
The text was updated successfully, but these errors were encountered:
[Fix] #214 - 충돌 해결
626c285
[Add] #214 - 프로젝트 파일
edb60ed
[Chore] #214 - PophoryHeaderLabelCustomizable
c031e7d
[Chore] #214 - 가독성 개선, 불필요한 코드 삭제
e3683f1
[Add] #214 - setDefaultAttributes 메서드 추가
d515d76
[Delete] #214 - 불필요한 코드, 주석 삭제
dc7acb2
joonBaek12
No branches or pull requests
Issue
현재 온보딩 뷰에서 정규식 검사, UI 업데이트 등 너무나 많은 책임을 가지고 있는 관계로 TextField로 컴포넌트화 하고 TextFieldManager을 따로 분리해서 정규식 로직을 관리하려 합니다.
To-do
The text was updated successfully, but these errors were encountered: