diff --git a/ultros-frontend/ultros-app/src/components/search_result.rs b/ultros-frontend/ultros-app/src/components/search_result.rs
index 73f38c62..f80da020 100644
--- a/ultros-frontend/ultros-app/src/components/search_result.rs
+++ b/ultros-frontend/ultros-app/src/components/search_result.rs
@@ -120,6 +120,8 @@ pub fn ItemSearchResult(
}
} else {
view! {
+ // this needs to be updated to be able to point to any region
+
// this needs to be updated to be able to point to any region
"Invalid result"
}
diff --git a/ultros-frontend/ultros-app/src/components/select.rs b/ultros-frontend/ultros-app/src/components/select.rs
index a20e4832..0ea859f6 100644
--- a/ultros-frontend/ultros-app/src/components/select.rs
+++ b/ultros-frontend/ultros-app/src/components/select.rs
@@ -94,6 +94,7 @@ where
on:input=move |e| {
set_current_input(event_target_value(&e));
}
+
on:keydown=keydown
prop:value=current_input
/>
@@ -106,6 +107,7 @@ where
}
}
>
+
{move || choice().map(|c| { children(c.clone(), as_label(&c).into_view()) })}
@@ -131,6 +133,7 @@ where
}
}
>
+
diff --git a/ultros-frontend/ultros-app/src/routes/edit_retainers.rs b/ultros-frontend/ultros-app/src/routes/edit_retainers.rs
index 904ec871..340d4332 100644
--- a/ultros-frontend/ultros-app/src/routes/edit_retainers.rs
+++ b/ultros-frontend/ultros-app/src/routes/edit_retainers.rs
@@ -170,6 +170,9 @@ pub fn EditRetainers() -> impl IntoView {
// I have no idea how I would have found that the #[server] macro takes params as a struct
// without the compiler just spelling it out for me
+ // I have no idea how I would have found that the #[server] macro takes params as a struct
+ // without the compiler just spelling it out for me
+