mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where Datetimepicker control opens when clicking on the label.
Change the click event to 'click .input-group'. Fixes #4850
This commit is contained in:
committed by
Akshay Joshi
parent
03391a07e0
commit
687fe617cc
@@ -2690,7 +2690,7 @@ define([
|
||||
'focus input': 'clearInvalid',
|
||||
'focusout input': 'closePicker',
|
||||
'change.datetimepicker': 'onChange',
|
||||
'click': 'togglePicker',
|
||||
'click .input-group': 'togglePicker',
|
||||
},
|
||||
togglePicker: function() {
|
||||
if (this.has_datepicker) {
|
||||
|
||||
Reference in New Issue
Block a user