새소식

Front

[textarea] To increase the height automatically

  • -
728x90


[HTML]

<textarea class="test" onkeyup="this.style.height='26px'; this.style.height = this.scrollHeight + 'px';"></textarea>


[CSS]

.test {

    resize:none;

    line-height:30px;

    width:100%;

    overflow-y:hidden;

    height:30px;

}


thank!

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.