weex说明文档
https://weex.apache.org/zh/docs/components/textarea.html#%E7%AE%80%E4%BB%8B
- 由说明文档来看,<input>与<textarea>都支持type属性
实践中,<textarea>组件在设置type属性后,会导致在android设备上,字体颜色变透明(默认黑色不生效),最大行数只能为1的异常(默认rows=2不生效,设置rows属性仍不生效)。
weex说明文档
https://weex.apache.org/zh/docs/components/textarea.html#%E7%AE%80%E4%BB%8B