From a7f48c2cf9791d95a17bdc087f8ffdcc1876b7f3 Mon Sep 17 00:00:00 2001 From: Tobias O Date: Thu, 13 Nov 2025 23:15:08 +1300 Subject: [PATCH] [Fix] Predict page scrolls to submit button (#209) Autofocus on form is automatically placed on cancel button. Now it is on Name. fixes #205 Reviewed-on: https://git.envipath.com/enviPath/enviPy/pulls/209 Co-authored-by: Tobias O Co-committed-by: Tobias O --- templates/predict_pathway.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/predict_pathway.html b/templates/predict_pathway.html index cbd67f02..811e9474 100644 --- a/templates/predict_pathway.html +++ b/templates/predict_pathway.html @@ -26,6 +26,7 @@ placeholder="Name" id="name" class="input input-md w-full" + autofocus /> Name