ui: calendar event: disable matchFieldWidth for picker

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-09-08 09:13:47 +02:00
parent ea3ce82a74
commit d7c1251435
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ Ext.define('PBS.form.CalendarEvent', {
displayField: 'text', displayField: 'text',
queryMode: 'local', queryMode: 'local',
matchFieldWidth: false,
config: { config: {
deleteEmpty: true, deleteEmpty: true,
}, },