This commit is contained in:
serzhiio 2024-01-15 17:42:03 +04:00
parent 00cd0dae6e
commit da308b4cdd

View file

@ -407,7 +407,7 @@ impl HasFormData for WebFormData {
let _ = v.insert(FormValue::Text(new_value));
}
}
};
}
// try to fill in form values
if let Some(form) = self.element.dyn_ref::<web_sys::HtmlFormElement>() {