I created an Entity Reference View Widget for a custom CCK type and added an exposed 'contains' filter on title. I have the exposed form set to 'Entity Reference View Widget' and autosubmit. In my form when I enter text in the filter nothing happens until I navigate away from the text field causing a 'change' event which works as expected, trigger an ajax request to re populate the view. However I expect this to also be triggered as the user types. No log messages are generated in my console.

Comments

bojanz’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Fixed

The 2.x branch removed the exposed filter special handling, and now just relies on Views default ajax.
So this should either work now, or would need to be fixed in Views itself.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.