From d7c12514354c4fc417f3b078e1c44bbdcae8e635 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Sep 2020 09:13:47 +0200 Subject: [PATCH] ui: calendar event: disable matchFieldWidth for picker Signed-off-by: Thomas Lamprecht --- www/form/CalendarEvent.js | 2 ++ 1 file changed, 2 insertions(+) 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, },