mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 09:12:41 +00:00
textinput_textarea_boardColor_error
Signed-off-by: x00893483 <xiangyuan6@huawei.com>
This commit is contained in:
parent
cf074d85fb
commit
5b176d9385
@ -3205,6 +3205,12 @@ void TextFieldPattern::FilterInitializeText()
|
||||
if (HasInputOperation()) {
|
||||
return;
|
||||
}
|
||||
if (HasFocus()) {
|
||||
UpdateShowCountBorderStyle();
|
||||
if (showCountBorderStyle_) {
|
||||
HandleCountStyle();
|
||||
}
|
||||
}
|
||||
if (!contentController_->IsEmpty()) {
|
||||
auto textChanged = contentController_->FilterValue();
|
||||
if (!isTextChangedAtCreation_) {
|
||||
|
Loading…
Reference in New Issue
Block a user