mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Datetimepicker will expand from bottom instead of Top, because of that user won't be able to select start and end time properly. Fixes #2656
This commit is contained in:
parent
b585063a26
commit
cb9a05a7e7
@ -2223,7 +2223,11 @@
|
||||
format: "YYYY-MM-DD HH:mm:ss Z",
|
||||
showClear: true,
|
||||
showTodayButton: true,
|
||||
toolbarPlacement: 'top'
|
||||
toolbarPlacement: 'top',
|
||||
widgetPositioning: {
|
||||
horizontal: 'auto',
|
||||
vertical: 'bottom'
|
||||
},
|
||||
},
|
||||
placeholder: "YYYY-MM-DD HH:mm:ss Z",
|
||||
extraClasses: [],
|
||||
|
Loading…
Reference in New Issue
Block a user