From 2c8ae5dfce796a5d9f0662f3ab62b90a6a0f4ce9 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 26d2cfa9..4c505690 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -273,7 +273,18 @@ - + + + + + 输入内容的同步更新UI + + {{syncDisplayValue}} + + + + + @@ -309,7 +320,8 @@ keyboardHeight: 0, focusedForKeyboardHeightChangeTest: false, demoValue: '123', - adjustPosition: false + adjustPosition: false, + syncDisplayValue: '' } }, methods: { -- GitLab