Skip to content

Instantly share code, notes, and snippets.

@vkareh
Created February 22, 2013 14:23
Show Gist options
  • Save vkareh/5013760 to your computer and use it in GitHub Desktop.
Save vkareh/5013760 to your computer and use it in GitHub Desktop.
function MODULE_form_alter(&$form, &$form_state, $form_id) {
if ($form_id == 'views_exposed_filters') {
$form['field_date_value_year']['#attributes']['autocomplete'] = 'off';
$form['field_date_value_month']['#attributes']['autocomplete'] = 'off';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment