mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-03 13:06:04 +00:00
!39801 修改自动填充参数初始值为true
Merge pull request !39801 from Tintin9529/autofill_0806
This commit is contained in:
commit
7f8bd6d594
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user