Revert "Issue #1893400 follow-up by sun: REALLY fix autocomplete this time. :P"
Wrong commit credit.
This reverts commit 922b0916aa
.
8.0.x
parent
922b0916aa
commit
eaf8fc569b
|
@ -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',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue