enter does not work in textarea in Internet Explorer 8

后端 未结 4 1222
长情又很酷
长情又很酷 2021-01-03 00:23

When I press enter in a textarea which has whitespace attribute is set to nowrap through css, it is ineffective. No new line is created. Instread a simple whitespace appears

4条回答
  •  情话喂你
    2021-01-03 01:15

    Does it have to be CSS solution? If not, you could assign attribute wrap="off" for textarea.

提交回复
热议问题