Internet Explorer 11 word wrap is not working

后端 未结 7 813
悲&欢浪女
悲&欢浪女 2020-11-29 06:57

It seems that word wrapping no longer works for textarea elements in IE 11. In IE 10 and earlier, FF, Safari, and Chrome word wrapping works as expected.

IE 11 is no

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 07:34

    I faced a similar issue for a drop-down on IE (11.431.16299.0)and I fixed by applying both below style

    white-space:pre-wrap;
    word-break:break-all;
    

提交回复
热议问题