From: Thomas Lamprecht Date: Tue, 8 Sep 2020 07:13:47 +0000 (+0200) Subject: ui: calendar event: disable matchFieldWidth for picker X-Git-Tag: v0.8.15~12 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d7c12514354c4fc417f3b078e1c44bbdcae8e635;p=proxmox-backup.git ui: calendar event: disable matchFieldWidth for picker Signed-off-by: Thomas Lamprecht --- diff --git a/www/form/CalendarEvent.js b/www/form/CalendarEvent.js index 7664eb89..d05136b9 100644 --- a/www/form/CalendarEvent.js +++ b/www/form/CalendarEvent.js @@ -28,6 +28,8 @@ Ext.define('PBS.form.CalendarEvent', { displayField: 'text', queryMode: 'local', + matchFieldWidth: false, + config: { deleteEmpty: true, },