From d1d097523af31f5fceed7a8e48f8bc22eee2b4b3 Mon Sep 17 00:00:00 2001 From: liugang9704 <2745340733@qq.com> Date: Mon, 15 Sep 2025 09:48:03 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E5=90=8C=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ArkUI/entry/src/main/ets/pages/GetTheFocusScene_One.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArkUI/entry/src/main/ets/pages/GetTheFocusScene_One.ets b/ArkUI/entry/src/main/ets/pages/GetTheFocusScene_One.ets index 9b722dbe..ab23f8ca 100644 --- a/ArkUI/entry/src/main/ets/pages/GetTheFocusScene_One.ets +++ b/ArkUI/entry/src/main/ets/pages/GetTheFocusScene_One.ets @@ -35,12 +35,12 @@ struct TextInputExample { .showUnderline(true) .width(380) .height(60) - .key('AAA') + .id('AAA') TextInput({ placeholder: 'Please enter the content.' }) .showUnderline(true) .width(380) .height(60) - .key('BBB') + .id('BBB') } .width('100%') } -- Gitee