如何在不可编辑的输入类型= text中包装单词?

时间:2015-09-14 18:17:56

标签: html5 css3 text input word-wrap

我正在尝试将文本包装在input type = text字段中。无论如何我都不能使用textarea。

我的代码:

input type="text" ng-disabled="true"  ng-model="groupValue[key]" style="width: 100%;"

有没有解决这个问题?

1 个答案:

答案 0 :(得分:1)

为什么要包装一个sigle line文本字段?

Normaly你会自动包装字段的输出。

但无论如何,您正在寻找的CSS属性是whitespace