From ba506342b5d198e6d93a5e35f56dcce4b82bbba9 Mon Sep 17 00:00:00 2001 From: blorbb <88137137+blorbb@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:54:59 +1100 Subject: [PATCH 1/3] various fixes to forms page --- src/view/05_forms.md | 84 +++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 37 deletions(-) diff --git a/src/view/05_forms.md b/src/view/05_forms.md index 11a0ca6..578dbf6 100644 --- a/src/view/05_forms.md +++ b/src/view/05_forms.md @@ -75,17 +75,36 @@ view! { In an "uncontrolled input," the browser controls the state of the input element. Rather than continuously updating a signal to hold its value, we use a [`NodeRef`](https://docs.rs/leptos/latest/leptos/struct.NodeRef.html) to access -the input once when we want to get its value. +the input when we want to get its value. -In this example, we only notify the framework when the `