Commit Graph

3 Commits

Author SHA1 Message Date
Emmanuel Kasper
069d61df10 Remove the queryForm parameter as it blocks the combobox list loading.
For unknown reasons, setting queryForm: here prevents loading
the option list in the combobox.
However: the queryForm parameter only would only make sense if we also
set 'editable' to 'true', since queryForm specifies how the drop down
list should react to user input in the text field of the combobox.
Hence it is safe to remove it.

Tested with ExtJS4 and ExtJS5, this patch has no impact on
the rendering of the underneath node tree.
2015-05-21 12:21:08 +02:00
Emmanuel Kasper
e6c5b14075 Disable setting 'triggerAction' locally as we use the default anyway.
Ref: http://docs.sencha.com/extjs/5.1/5.1.0-apidocs/#!/api/Ext.form.field.ComboBox-cfg-triggerAction
2015-05-21 12:20:06 +02:00
Dietmar Maurer
4e247bf4be copy form/ViewSelector.js from manager to manager5 2015-04-20 06:11:26 +02:00