Dockerfile Location:
+ lookahead-items="locations" handle-input="handleLocationInput(input)">
diff --git a/static/js/app.js b/static/js/app.js
index 56c57780d..a830e570e 100644
--- a/static/js/app.js
+++ b/static/js/app.js
@@ -2553,7 +2553,6 @@ quayApp.directive('dropdownSelect', function ($compile) {
restrict: 'C',
scope: {
'selectedItem': '=selectedItem',
- 'enteredText': '=enteredText',
'placeholder': '=placeholder',
'lookaheadItems': '=lookaheadItems',
'handleItemSelected': '&handleItemSelected',
@@ -2692,6 +2691,10 @@ quayApp.directive('triggerSetupGithub', function () {
$scope.setupReady = false;
$scope.loading = true;
+ $scope.handleLocationInput = function(location) {
+ $scope.trigger['config']['subdir'] = location || '';
+ };
+
$scope.setLocation = function(location) {
$scope.currentLocation = location;
$scope.trigger['config']['subdir'] = location || '';