From: Andrea Zagli Date: Wed, 10 Aug 2022 08:09:05 +0000 (+0200) Subject: Form: aggiunta proprietà maxlen al FormElement. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=10e4b25f10c7616ec74bd6e779cc70042b5ebbab;p=zakegg_go Form: aggiunta proprietà maxlen al FormElement. --- 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