]> saetta.ns0.it Git - zakegg_go/commitdiff
Aggiunta proprietà Invisible a FormElement.
authorAndrea Zagli <azagli@libero.it>
Thu, 11 Aug 2022 07:25:25 +0000 (09:25 +0200)
committerAndrea Zagli <azagli@libero.it>
Thu, 11 Aug 2022 07:25:25 +0000 (09:25 +0200)
form.go

diff --git a/form.go b/form.go
index 1e55fb9e0153c3d826da356a601d2ec9a4a24d4e..cbffd011843908d64a3f84f47661306f50b7355a 100644 (file)
--- 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
 }