-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the bug of textarea with maxlength can't input before limit (#3044)
* fix(textarea.tsx): 修复textarea在折叠面板内时,高度计算不正确,会出现滚动条的问题 修复用户反馈issue"[Textarea] textarea在折叠面板内时,高度计算不正确,会出现滚动条",issue详情见:#2809 * fix(textarea.tsx): fixed the bug where textarea with maxlength can't input before limit 用户提出issue,反馈设置maxlength后,windows自带输入法,当输入中文时所输入字符还没有达到最大长度也会没法输入.
- Loading branch information
Showing
1 changed file
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters