Dockerfile Location:
+ lookahead-items="locations" handle-input="handleLocationInput(input)" handle-item-selected="handleLocationSelected(datum)"
+ allow-custom-input="true">
diff --git a/static/js/app.js b/static/js/app.js
index d798f94e6..0551df2dc 100644
--- a/static/js/app.js
+++ b/static/js/app.js
@@ -4406,6 +4406,9 @@ quayApp.directive('dropdownSelect', function ($compile) {
'selectedItem': '=selectedItem',
'placeholder': '=placeholder',
'lookaheadItems': '=lookaheadItems',
+
+ 'allowCustomInput': '@allowCustomInput',
+
'handleItemSelected': '&handleItemSelected',
'handleInput': '&handleInput',