Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "accept-charset" attribute is missing from FormTag #203

Open
ritzow opened this issue Nov 30, 2021 · 1 comment
Open

The "accept-charset" attribute is missing from FormTag #203

ritzow opened this issue Nov 30, 2021 · 1 comment

Comments

@ritzow
Copy link

ritzow commented Nov 30, 2021

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

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

@sembler
Copy link
Collaborator

sembler commented Nov 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants