j2html icon indicating copy to clipboard operation
j2html copied to clipboard

The "accept-charset" attribute is missing from FormTag

Open ritzow opened this issue 4 years ago • 1 comments

Not super important. Are attribute methods with dashes not generated?

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-accept-charset

ritzow avatar Nov 30 '21 01:11 ritzow

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.

sembler avatar Nov 30 '21 23:11 sembler