apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.74k stars 1.81k forks source link

[Android] rows property doesn't work in textarea #3175

Closed chenzefeng09 closed 4 years ago

chenzefeng09 commented 4 years ago

Describe the bug

  1. rows property doesn't work in textarea when type property exists.
    1. return-key-type proterty works in textarea only if the type property exists.
      so i can't have both rows and return-key-type in the same time.

      To Reproduce

  2. http://dotwe.org/vue/503e96850b51ce01bfbf056a2e95d666
  3. http://dotwe.org/vue/c9e15259ce2a1e52b385dd8e69201694

    Environment

    Android SDK version 0.28

chenzefeng09 commented 4 years ago

3176