Does not work on Views Filters
JStarcher - September 14, 2009 - 14:58
| Project: | Compact Forms |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
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
#2
I would love to use this on views filters. Anyone have an idea how to modify this to work on views filterS?