!39801 修改自动填充参数初始值为true

Merge pull request !39801 from Tintin9529/autofill_0806
This commit is contained in:
openharmony_ci 2024-08-08 13:49:36 +00:00 committed by Gitee
commit 7f8bd6d594
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1792,7 +1792,7 @@ private:
bool initTextRect_ = false;
bool colorModeChange_ = false;
bool isKeyboardClosedByUser_ = false;
bool isFillRequestFinish_ = false;
bool isFillRequestFinish_ = true;
bool keyboardAvoidance_ = false;
bool hasMousePressed_ = false;
bool showCountBorderStyle_ = false;