OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-12 3b019e5599dfb5d368f4e8fd50fb557f4679a645
src/main/webapp/custom_components/js-autocomplete-single/js-autocomplete-single.js
@@ -158,7 +158,7 @@
                // 검색된 아이템 클릭시 입력 필드 포커스 주기
                function searchInputField() {
                    if ($scope.selectedModel.length > 0) {
                    if (angular.isDefined($scope.selectedModel) && $scope.selectedModel.length > 0) {
                        $($element).find(".input-tag-search-field-readonly").focus();
                    }
                }