]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/form/ComboGrid.js
form: combo grid: use correct method to initialize the picker
[proxmox-widget-toolkit.git] / src / form / ComboGrid.js
index 29c3d26bb7d9dbf73effdbc4a3a72e546319723e..55dee7ed2e3893e2f0cd6ea451638327858c8c43 100644 (file)
@@ -408,7 +408,7 @@ Ext.define('Proxmox.form.ComboGrid', {
 
        // Create the picker at an early stage, so it is available to store the previous selection
        if (!me.picker) {
-           me.createPicker();
+           me.getPicker();
        }
 
        me.mon(me.store, 'beforeload', function() {