diff --git a/rmo/template/nuisance.html b/rmo/template/nuisance.html
index f77bac98..47839138 100644
--- a/rmo/template/nuisance.html
+++ b/rmo/template/nuisance.html
@@ -19,6 +19,7 @@ async function handleMarkerDrag(lngLat) {
if (response !== undefined && response.features.length > 0) {
const addressInput = document.querySelector("address-input");
addressInput.SetValue(response.features[0]);
+ setLocationInputs(response.features[0]);
}
}
function selectInspectionType(type) {