2
votes

I am creating a multiselect combobox(extjs 6.0.1 version). A textbox has been embedded in it. On clicking in the textbox the combobox collapses.The same issue was happening for select all checkbox but it worked fine after using combo.expand().Also on clicking the Deselect all, the scrollbar goes to the end. This works fine in extjs version 4.1.1 Fiddle below https://fiddle.sencha.com/#view/editor&fiddle/1kn2

1

1 Answers

0
votes

Why adding a text field in the first place? Shouldn't suffice a normal extjs combo box with editable set to true? http://docs.sencha.com/ext/6.2.0/classic/Ext.form.field.ComboBox.html