From 10e4b25f10c7616ec74bd6e779cc70042b5ebbab Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 10 Aug 2022 10:09:05 +0200 Subject: [PATCH] =?utf8?q?Form:=20aggiunta=20propriet=C3=A0=20maxlen=20al?= =?utf8?q?=20FormElement.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- form.go | 1 + 1 file changed, 1 insertion(+) diff --git a/form.go b/form.go index 2133a89..dcf6146 100644 --- a/form.go +++ b/form.go @@ -22,6 +22,7 @@ type FormElement struct { Label string Value string Help string + MaxLen int Options map[string]string OptionsSort []string Rows string -- 2.49.0