From f6f54da3052049d41b5a41b68f61ae55f9a5a29d Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 6 Feb 2026 16:56:09 +0000 Subject: [PATCH] Add maxlength to all inputs Because the children broke things with it. --- html/static/js/address-or-report-suggestion.js | 2 +- html/static/js/address-suggestion.js | 2 +- rmo/template/nuisance.html | 1 + rmo/template/submit-complete.html | 3 +++ rmo/template/water.html | 5 +++++ 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/html/static/js/address-or-report-suggestion.js b/html/static/js/address-or-report-suggestion.js index 6c40eec2..b7978878 100644 --- a/html/static/js/address-or-report-suggestion.js +++ b/html/static/js/address-or-report-suggestion.js @@ -232,7 +232,7 @@ class AddressOrReportInput extends HTMLElement {
- +
`; diff --git a/html/static/js/address-suggestion.js b/html/static/js/address-suggestion.js index 2c7a1a58..e793d6bc 100644 --- a/html/static/js/address-suggestion.js +++ b/html/static/js/address-suggestion.js @@ -184,7 +184,7 @@ class AddressInput extends HTMLElement { - +
`; } diff --git a/rmo/template/nuisance.html b/rmo/template/nuisance.html index 5106c8c7..84e61d6d 100644 --- a/rmo/template/nuisance.html +++ b/rmo/template/nuisance.html @@ -517,6 +517,7 @@ document.addEventListener('DOMContentLoaded', function() {