From: Andrea Zagli Date: Thu, 11 Aug 2022 07:25:25 +0000 (+0200) Subject: Aggiunta proprietà Invisible a FormElement. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=64b9f19505aa5482fb2fb5938ed98deb80337d6f;p=zakegg_go Aggiunta proprietà Invisible a FormElement. --- diff --git a/form.go b/form.go index 1e55fb9..cbffd01 100644 --- a/form.go +++ b/form.go @@ -27,6 +27,7 @@ type FormElement struct { OptionsSort []string Rows string Disabled bool + Invisible bool Validation string Filter string }