mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
only show text input for add new single-selects
This commit is contained in:
@@ -2348,7 +2348,3 @@ input[disabled].ui-spinner-input {
|
||||
.CodeMirror-lines {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.select2-search--dropdown.select2-search--hide {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -665,6 +665,7 @@ angular.module('Utilities', ['RestServices', 'Utilities'])
|
||||
|
||||
if (!multiple) {
|
||||
scope["original_" + options] = scope[options];
|
||||
config.minimumResultsForSearch = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user