Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key fires up ajax before setting autocomplete value.

8.0.x
webchick 2013-12-10 22:10:05 -08:00
parent 4a49c5714d
commit 5e3bf09934
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ function system_library_info() {
'title' => 'Drupal autocomplete',
'version' => \Drupal::VERSION,
'js' => array(
'core/misc/autocomplete.js' => array('group' => JS_DEFAULT),
'core/misc/autocomplete.js' => array('group' => JS_LIBRARY, 'weight' => -1),
),
'dependencies' => array(
array('system', 'jquery'),