Issue #1893400 follow-up by sun: REALLY fix autocomplete this time. :P

8.0.x
webchick 2013-01-20 09:31:05 -08:00
parent fc502fb186
commit 922b0916aa
1 changed files with 1 additions and 1 deletions

View File

@ -4101,11 +4101,11 @@ function form_process_autocomplete($element, &$form_state) {
$element['autocomplete'] = array(
'#type' => 'hidden',
'#input' => FALSE,
'#id' => $element['#id'] . '-autocomplete',
'#value' => url($element['#autocomplete_path'], array('absolute' => TRUE)),
'#disabled' => TRUE,
'#attributes' => array(
'class' => array('autocomplete'),
'id' => $element['#id'] . '-autocomplete',
),
);
}