Actions
Non-Function #179
closed[APP UI] 이메일 도메인 수정
Description
앱에서 이메일 작성 시 도메인 작성 부분을 분리해서 작성할 수 있도록 처리하려고 합니다.
(DB에서도 분리가 필요하다면 분리를 해야 할 것 같습니다. 따로 필요 없을 시 필수 x 입니다.)
앱 : (input) @ (input) (select)
select box
- 직접 입력
- naver.com
- gmail.com
- daum.net
- hanmail.net
- kakao.com
- nate.com
디폴트 값은 '직접 입력'으로 부탁드립니다.
Files
Updated by Deca Park 11 months ago
[APP] email input style change
1.chagned style
1) style: (input) @ (input) (select)
2) selectbox options:
직접 입력 (direct input: default)
naver.com
gmail.com
daum.net
hanmail.net
kakao.com
nate.com
a) if "직접 입력" option is selected
- clear 2nd inputbox
b) else
- set selected option into 2nd inputbox
2.target design html (-> apply into related sources)
- /guide/reporting.html
- /user/join.html
- /mypage/editUserinfo_email.html
- /mypage/editUserinfo_sns.html
Actions