maddalax

Results 2 issues of maddalax

Since go is compiled, whenever you want to change html/css, the entire server needs to be recompiled and restarted. This is generally fine for small projects, but as projects get...

enhancement

https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/setCustomValidity rough draft api could maybe look something like: ```go h.Validation(opts ... ValidationOpt) validation.Regex() ValidationOpt validation.Js() validation.Required() validation.Partial(partial PartialFunc) ``` ```go h.Input( h.Validation( validation.Regex() ) ) ``` using partials and...

enhancement
spike