728x90
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq)
<input type=โ"password" id=โ"password" name=โ"password" placeholder=โ"๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์." onkeyup=โ"enterkey()โ;โ">โ
<input> ํ๊ทธ์ ์๋์์ฑ ๊ธฐ๋ฅ์ ํด์ ํ๋
autocomplete="off" ์ถ๊ฐ
<input type=โ"password" id=โ"password" name=โ"password" placeholder=โ"๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์." autocomplete="off" onkeyup=โ"enterkey()โ;โ">โ
autocomplete="off" = ์๋์์ฑ์ ๊ธ์งํ๋ค.
* ๋จ, ํฌ๋กฌ์ด๋ ์ฌํ๋ฆฌ ๋ฑ์์ ๋ํ๋๋
[๊ตฌ๊ธ/์ ํ/์ผ์ฑ ๊ณ์ ์ ์ด ๊ณ์ ์ ์ฅํ๊ธฐ]๋ฅผ ํตํด ์ ์ฅ๋ ์ ๋ณด๋ ๊ธ์ง๋์ง ์๋๋ค.
์ด ๋ํ ๊ธ์ง์ํค๋ ค๋ฉด ์๋์ ๋์ค๋ new-password ๊ฐ์ ์ฌ์ฉ
'js' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[HTML] input ํ๊ทธ์ ์ซ์๊ฐ๋ง ๋ฐ๋ ๊ฐ๋จํ ๋ฐฉ๋ฒ (2) | 2021.12.29 |
---|---|
[jQuery] <input type= 'file' ์ด๋ฏธ์ง ์ ํ ์ ๋ฏธ๋ฆฌ๋ณด๊ธฐ ๊ตฌํ (1) | 2021.12.15 |
[jQuery]๋์ append ํ .find() .remove() (0) | 2021.11.19 |
[JavaScript] div setTimeout display block/none (0) | 2021.11.12 |
[jQuery] enter Event ์ฒ๋ฆฌํ๊ธฐ keyCode / key (0) | 2021.11.04 |