I tried to use this module on an exposed views filter by adding the form ID views-exposed-form-shared-message-page-1 and it does not do anything. The module works great on the login form and node forms, not sure why it has an issue with Views Filters as it is a textbox with a label just like the others.

Any idea where to start?

Thanks,
Jordan

Comments

JStarcher’s picture

I see the Views Filter html markup is a bit different, the label does not utilize the "for" attribute, therefore the javascript breaks on views filters

ngreenup’s picture

I would love to use this on views filters. Anyone have an idea how to modify this to work on views filterS?

sun’s picture

Status: Active » Closed (won't fix)

If the label does not have a pointer to the input field, then that's not only a bug in the form, but also an accessibility issue. The original form (i.e. Views) should be fixed instead.