Active
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
exposed filters
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2013 at 21:47 UTC
Updated:
20 Jun 2013 at 09:55 UTC
This can currently be easily achieved using jQuery:
jQuery('.views-exposed-form input[type=text]').attr('autocomplete', 'off');
It would be nicer to have this option generated by php code instead:
<input type="text" autocomplete="off" ...
Small annoyance for users trying to filter a list that uses AJAX; a popup comes up with previously entered items but the user is likely to only enter a few characters. Just a checkbox or a an input field to enter additional properties would solve this nicely and easily.
Comments
Comment #1
G0dwin commentedComment #2
joran lafleuriel commentedsubscribing