Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key fires up ajax before setting autocomplete value.
parent
4a49c5714d
commit
5e3bf09934
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue