Ext version tested:

  • 5.1.1 Nightly Build 20141226


Browser versions tested against: Description:


The combo box in the latest nightly build does no longer work with an inline store.


Code:



{ xtype: 'combobox', store: [['1', 'One'],['2', 'Two'],['3', 'Three']],

The combo box shows all three options, the user can select one, the change event is emited, but the combo box does not show the selected value.

Here is a fiddle that demonstrates the problem:

https://fiddle.sencha.com/#fiddle/fjl


As a workaround you can use an external store from a viewModel. But then I run into another problem. The reset() function of the combobox no longer works. Nothing happens when the application calls this function.


These problems are not present in 5.1.0.107.