diff --git a/docs/component/textarea.md b/docs/component/textarea.md index a3a973c4e9a67934a64702d2d748a1b6402275a8..7e7660cff349cd39f5c49babaed25db3e56e85cb 100644 --- a/docs/component/textarea.md +++ b/docs/component/textarea.md @@ -14,3 +14,7 @@ +## 注意事项 + +* 在Android 9以下的系统版本,样式`line-height`点击键盘换行时行间距设置无效,此问题是Android系统的的bug,后续解决。 +* 由于Android系统限制,textarea的键盘右下角按钮只能是`换行`,所以暂时不提供`confirm-type`属性。