답변 3개
채택된 답변
+20 포인트
3년 전
예시) 해당 input 찾아 맨 뒷부분에 autocomplete="off" 넣어주시면 됩니다
<input type="text" name="" id="sch_stx" maxlength="20" placeholder="하이픈제외" autocomplete="off">
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
i
ideaman
3년 전
답변감사합니다 그런데 그렇게 해도 계속 뜨네요 ㅠㅠ
i
ideaman
3년 전
<input class="form-control onlyNumber" type="text" name="wr_3" value="<?php echo $wr_3 ?>" id="wr_3" required placeholder="하이픈 제외" autocomplete="off">
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
i
ideaman
3년 전
다른 컴퓨터로 한번 테스트 해봐야겠습니다 현재 맥북으로 작업중입니다 ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 4개
i
ideaman
3년 전
ㅎㅎ 둘다 해봤는데 계속 뜨네요
i
ideaman
3년 전
혹시나해서 연락처와 비밀번호 입력하는 사이에 다른폼을 만들어 껴봤는데 사이에 새로 넣은 폼에 또 아이디랑 비번 완성 시켜주려고 하네요 제 생각엔 패스워드폼 바로 위에 있는거라 자동으로 크롬이 인식하는것 같아요 ㅠㅠ
�
놀란소쩍새
3년 전
크롬에서는 autocomplete 거의 먹히지 않는것 같습니다
자동완성 설정후 아래와 같이 테스트 해 보았는데 테스트 한번 해보세요
<input type="text" style="display: block; width:0px; height:0px; border: 0;" @focus="$refs.pwdInput.focus()">
<input class="form-control onlyNumber" type="text" name="wr_3" value="<?php echo $wr_3 ?>" id="wr_3" required placeholder="하이픈 제외" v-model="user.password" autocomplete="new-password" ref="pwdInput"/>
자동완성 설정후 아래와 같이 테스트 해 보았는데 테스트 한번 해보세요
<input type="text" style="display: block; width:0px; height:0px; border: 0;" @focus="$refs.pwdInput.focus()">
<input class="form-control onlyNumber" type="text" name="wr_3" value="<?php echo $wr_3 ?>" id="wr_3" required placeholder="하이픈 제외" v-model="user.password" autocomplete="new-password" ref="pwdInput"/>
i
ideaman
3년 전
ㅠㅠ 안되는거 같습니다 다른 컴퓨터에서 한번 테스트 해보겠습니다 이렇게 친절하게 답변 주셔서 정말 감사합니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인