Skip to content
New issue

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

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

Already on GitHub? # to your account

Input elements should not generate a class by default #812

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 3 comments
Closed

Input elements should not generate a class by default #812

GoogleCodeExporter opened this issue Mar 25, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Generate a checkbox, without an explicit class.
2. Check the html output. The output should not container a class.

What is the expected output? What do you see instead?

If you make an checkbox, using
    html checkbox
       ….
the resulting code should look like
    <input type='checkbox' …>
and should not include: "class='checkbox'"

Please use labels and text to provide additional information.

The problem is with all input types. When looking at the implementation of the 
with:
at this point the class is added. This may have been convenient in the past, 
but currently is no longer needed.

Original issue reported on code.google.com by diegolon...@gmail.com on 16 Aug 2014 at 11:07

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants