Actions
개선 #574
완료됨iOS 아이디 입력 시 첫글자 대문자 입력 해제
설명
autocapitalize="off"
- 로그인
<input type="text" class="username" name="username" placeholder="이메일 아이디" autocapitalize="off" />
- 회원가입
<input type="text" class="signinput signUserName" name="signUserName" placeholder="이메일을 입력해주세요." autocapitalize="off" />
Actions