Skip to content
Snippets Groups Projects
Commit 5e3bf099 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key...

Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key fires up ajax before setting autocomplete value.
parent 4a49c571
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment