Bootstrap中多行输入输入官方不推荐用textarea,那么,用什么好呢?

阅读 23.9k
1 个回答

我只想说:中文网那翻译像屎一样,误人子弟

原文是这样的:

Avoid using <textarea> elements here as their rows attribute will not be respected in some cases.
via http://getbootstrap.com/components/#input-groups

那个 here 被吃掉了吗?少了这个词意思完全不一样了好吗!

官方的意见是:

避免在 这里(Input groups) 使用 <textarea>,由于它们的 rows 属性在某些情况下不被支持。

就是说他们并不是完全否定textarea,只是不建议用在 Input groups 中罢了。

推荐问题