1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

only show text input for add new single-selects

This commit is contained in:
John Mitchell 2017-05-25 13:04:09 -04:00
parent 2b37d04204
commit a229259559
2 changed files with 1 additions and 4 deletions

View File

@ -2348,7 +2348,3 @@ input[disabled].ui-spinner-input {
.CodeMirror-lines {
margin-bottom: 20px;
}
.select2-search--dropdown.select2-search--hide {
display: block;
}

View File

@ -665,6 +665,7 @@ angular.module('Utilities', ['RestServices', 'Utilities'])
if (!multiple) {
scope["original_" + options] = scope[options];
config.minimumResultsForSearch = 1;
}
}