소스 검색

Calendar pro-select2 on-select issue fix

Vijayakrishnan 3 년 전
부모
커밋
16fcb94b9e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/appointment-calendar.blade.php
  2. 1 1
      resources/views/app/practice-management/calendar.blade.php

+ 1 - 1
resources/views/app/patient/appointment-calendar.blade.php

@@ -767,7 +767,7 @@
                                         }
                                     },
 
-                                    closeOnSelect: false,
+                                    closeOnSelect: true,
 
                                     // dropdown options
                                     templateResult: function(_state) {

+ 1 - 1
resources/views/app/practice-management/calendar.blade.php

@@ -425,7 +425,7 @@
                                     },
                                     minimumInputLength: 3,
 
-                                    closeOnSelect: false,
+                                    closeOnSelect: true,
 
                                     // dropdown options
                                     templateResult: function(_state) {