mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 15:57:52 +00:00
Toolkit: remove Datepicker fix
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
65ed0bf8b8
commit
a78ec00494
@ -393,13 +393,6 @@ Ext.define(null, {
|
||||
},
|
||||
});
|
||||
|
||||
// should be fixed with ExtJS 6.0.2, see:
|
||||
// https://www.sencha.com/forum/showthread.php?307244-Bug-with-datefield-in-window-with-scroll
|
||||
Ext.define('Proxmox.Datepicker', {
|
||||
override: 'Ext.picker.Date',
|
||||
hideMode: 'visibility',
|
||||
});
|
||||
|
||||
// ExtJS 6.0.1 has no setSubmitValue() (although you find it in the docs).
|
||||
// Note: this.submitValue is a boolean flag, whereas getSubmitValue() returns
|
||||
// data to be submitted.
|
||||
|
Loading…
Reference in New Issue
Block a user