j2html
j2html copied to clipboard
The "accept-charset" attribute is missing from FormTag
Not super important. Are attribute methods with dashes not generated?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-accept-charset
In this case no, a method for accept-charset is not generated. We can look at supporting this in the future. For now you'll just need to use Tag.attr(String attribute, Object value) to set this attribute on the form.