See the Pen VwLXjzL by jaybon (@jaybon1) on CodePen.

크롬에서는 무한경고메시지 오류가 있어서 placeholder를 넣음

이름 칸에 아래와 같이 넣으면 계속 경고메시지가 뜨게 할 수 있다

<input id="name" onblur="checkFilled(this)" onfocus="this.placeholder=''">

+ Recent posts