Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[Android]Fix rows doesn't work in textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzefeng09 committed Mar 24, 2020
1 parent 9ba8676 commit 4fac61c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -575,7 +575,7 @@ public void setType(String type) {
return;
}
mType = type;
((EditText) getHostView()).setInputType(getInputType(mType));
((EditText) getHostView()).setRawInputType(getInputType(mType));
switch (mType) {
case Constants.Value.DATE:
case Constants.Value.TIME:
Expand Down

0 comments on commit 4fac61c

Please sign in to comment.