From 5a78c1216c9e1f0bc0ee1789cf6c119b0a9c1b82 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Thu, 6 Apr 2023 16:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20input=20component=20value?= =?UTF-8?q?=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/basic/src/main.rs | 2 +- src/input/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic/src/main.rs b/examples/basic/src/main.rs index 3c2fe2f..e4f5548 100644 --- a/examples/basic/src/main.rs +++ b/examples/basic/src/main.rs @@ -22,7 +22,7 @@ pub fn App(cx: Scope) -> impl IntoView { }); view! { cx, - + diff --git a/src/input/mod.rs b/src/input/mod.rs index f0de9df..0c165f6 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -21,7 +21,7 @@ pub fn Input( view! { cx, class=class_name,
- +
} }