Home
last modified time | relevance | path

Searched refs:jsonShowCounter (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6762 auto jsonShowCounter = JsonUtil::Create(true); in OnBackPressed() local
6763 jsonShowCounter->Put("value", layoutProperty->GetShowCounterValue(false)); in OnBackPressed()
6767 jsonShowCounter->Put("options", jsonShowCounterOptions); in OnBackPressed()
6768 json->PutExtAttr("showCounter", jsonShowCounter, filter); in OnBackPressed()