MDL-59527 autocomplete: Don't fetch ajax twice
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -809,8 +809,6 @@ define(['jquery', 'core/log', 'core/str', 'core/templates', 'core/notification']
|
||||
};
|
||||
// Trigger an ajax update after the text field value changes.
|
||||
inputElement.on("input", throttledHandler);
|
||||
var arrowElement = $(document.getElementById(state.downArrowId));
|
||||
arrowElement.on("click", handler);
|
||||
});
|
||||
}
|
||||
// Show the current values in the selection list.
|
||||
|
||||
Reference in New Issue
Block a user