form
form copied to clipboard
Easily create HTML forms with Go structs.
This error occurs when a struct has unexported fields and the code tries to read all fields and call .Interface() in the reflect package. error calling inputs_for: reflect.Value.Interface: cannot return...
This adds a possibility to render nested structs that include content and aren't nil
Hi, I'm trying to use your librayr to generate a form for `Config` struct. I get this error I don't quite know how to debug yet: ``` template: manage:10:18: executing...
Hey thanks for this package! It's working well for most of my project, but I just wanted to be able to pass in a slice of ints or a strings...
I think, set custom attrs in json format is friendly and shortest way. If you don't think so, let me know