ui: calendar event: disable matchFieldWidth for picker
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ea3ce82a74
commit
d7c1251435
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue