From b7dd27a13cf6bb4ed98fe8f73228407252a30e26 Mon Sep 17 00:00:00 2001 From: taohebin Date: Sat, 9 Nov 2024 10:42:08 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9Ainput.uvue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/input/input.uvue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pages/component/input/input.uvue b/pages/component/input/input.uvue index 5f6f2275..261f32d7 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -272,7 +272,18 @@ - + + + + + 输入内容的同步更新UI + + {{syncDisplayValue}} + + + + + @@ -308,7 +319,8 @@ keyboardHeight: 0, focusedForKeyboardHeightChangeTest: false, demoValue: '123', - adjustPosition: false + adjustPosition: false, + syncDisplayValue: '' } }, methods: { -- GitLab