weex說明文檔
https://weex.apache.org/zh/docs/components/textarea.html#%E7%AE%80%E4%BB%8B
- 由說明文檔來看,<input>與<textarea>都支持type屬性
實踐中,<textarea>組件在設(shè)置type屬性后,會導(dǎo)致在android設(shè)備上,字體顏色變透明(默認黑色不生效),最大行數(shù)只能為1的異常(默認rows=2不生效,設(shè)置rows屬性仍不生效)。

image.png

image.png