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

Item search page has id attributes with empty strings #701

Closed
paxed opened this issue May 18, 2016 · 2 comments
Closed

Item search page has id attributes with empty strings #701

paxed opened this issue May 18, 2016 · 2 comments

Comments

@paxed
Copy link

paxed commented May 18, 2016

Zend formSelect() creates id="" because 'id' => null in search-form.php

@zerocrates
Copy link
Member

Unfortunately formSelect (and most if not all of the other form helpers) forces the output of an id attribute. We don't really want an ID for the "advanced" inputs because we duplicate them and there's nothing we'd use an ID for them for anyway.

@paxed
Copy link
Author

paxed commented May 18, 2016

Also the html standard says: "An ID consists of at least one character ..."

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