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

Forms should generate proper labels #14

Closed
Cito opened this issue Oct 2, 2012 · 2 comments
Closed

Forms should generate proper labels #14

Cito opened this issue Oct 2, 2012 · 2 comments

Comments

@Cito
Copy link
Contributor

Cito commented Oct 2, 2012

Both ListForm and TableForm currently do not generate proper <label> tags for form fields as TW 1 did. TableForm does not generate any label tag at all (the label is just put in a table heading), ListForm creates a label tag, but without a for attribute referencing the form field.

This has been added to tw2.bootstrap.forms already, but should also be implemented in tw2.forms.

@ralphbean
Copy link
Contributor

Got it!

@Cito
Copy link
Contributor Author

Cito commented Nov 6, 2012

Thanks. Much better now.

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