From 64b9f19505aa5482fb2fb5938ed98deb80337d6f Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Thu, 11 Aug 2022 09:25:25 +0200 Subject: [PATCH] =?utf8?q?Aggiunta=20propriet=C3=A0=20Invisible=20a=20Form?= =?utf8?q?Element.?= 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 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 } -- 2.49.0