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
Comment #1
bojanz commentedThe 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.