]> saetta.ns0.it Git - zakegg_go/commitdiff
Form: aggiunta proprietà maxlen al FormElement.
authorAndrea Zagli <azagli@libero.it>
Wed, 10 Aug 2022 08:09:05 +0000 (10:09 +0200)
committerAndrea Zagli <azagli@libero.it>
Wed, 10 Aug 2022 08:09:05 +0000 (10:09 +0200)
form.go

diff --git a/form.go b/form.go
index 2133a897d39b5333c8eb77bb8741527769280d23..dcf6146e4c386f64769314bea1b01dda790f7ca4 100644 (file)
--- 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