Skip to content

Commit

Permalink
[PimcoreBundle] fix dynamicDropDown Grid Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Dec 21, 2021
1 parent 2c723cf commit 19f36e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pimcore.object.tags.coreShopDynamicDropdown = Class.create(pimcore.object.tags.s
displayField: 'key',
autoComplete: false,
forceSelection: true,
selectOnFocus: true,
selectOnFocus: false,
};

return new Ext.form.ComboBox(options);
Expand Down

0 comments on commit 19f36e4

Please sign in to comment.