From 3f092cd0d04e9c6758d72220616612d02663d65d Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 28 Mar 2023 10:01:41 +0200 Subject: [PATCH] Use .String in hidden-field template, so that it works for TagsField too --- web/template/form.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/form.gohtml b/web/template/form.gohtml index dc11a28..63bb69d 100644 --- a/web/template/form.gohtml +++ b/web/template/form.gohtml @@ -2,7 +2,7 @@ {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.InputField*/ -}} + value="{{ .String }}"> {{- end }} {{ define "input-field" -}}