Makes it consistent with the user selector and token selector. Requested in the community forum: https://forum.proxmox.com/threads/144978/
Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- www/manager6/form/GroupSelector.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/manager6/form/GroupSelector.js b/www/manager6/form/GroupSelector.js index 90fa1827..8c7fcbac 100644 --- a/www/manager6/form/GroupSelector.js +++ b/www/manager6/form/GroupSelector.js @@ -12,6 +12,10 @@ Ext.define('PVE.form.GroupSelector', { extend: 'Proxmox.form.ComboGrid', xtype: 'pveGroupSelector', + editable: true, + anyMatch: true, + forceSelection: true, + allowBlank: false, autoSelect: false, valueField: 'groupid', -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel