add signals where appropriate

This commit is contained in:
2024-06-19 11:21:28 -05:00
parent c7c98f985f
commit 3c96a15680
6 changed files with 113 additions and 74 deletions
+1
View File
@@ -32,6 +32,7 @@ impl<FD: FormToolData> FormValidator<FD> {
///
/// With this, you can render the form, get the form data, or get
/// a validator for the data.
#[derive(Clone)]
pub struct Form<FD: FormToolData> {
/// The form data signal.
pub fd: RwSignal<FD>,