Browse Source

Calendar pro-select2 on-select issue fix

Vijayakrishnan 3 years ago
parent
commit
16fcb94b9e

+ 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) {