Thank you for reporting this bug. We will make it our priority to review this report.
[5.1.1 Nightly Build 20141226] Combo box with inline store no longer works
[5.1.1 Nightly Build 20141226] Combo box with inline store no longer works
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/fjlAs 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.
[5.1.1 Nightly Build 20141226] Combo box with inline store no longer works
Aucun commentaire:
Enregistrer un commentaire