Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium Member
Combo with a buffered store does not work (store.setExtraKeys is not a function)
Ext version tested:
Description:
- A combo using a buffered store does not work.
Steps to reproduce the problem:
The result that occurs instead:
- Uncaught TypeError: store.setExtraKeys is not a function
-
Hi,
The buffered store really only works with the Grid component. So, the only way to get it to work with a combobox would be to extend combobox / picker and set a grid as the picker / list component.
-
Sencha Premium Member

Originally Posted by
slemmon
Hi,
The buffered store really only works with the Grid component. So, the only way to get it to work with a combobox would be to extend combobox / picker and set a grid as the picker / list component.
"Looks like we can't reproduce the issue or there's a problem in the test case provided."??
IMOO your answer doesn't make any sense.
Is this documented?
Why can't the buffered store work with the combo?! Sounds broken to me!
-
Sencha User

Originally Posted by
chanand
"Looks like we can't reproduce the issue or there's a problem in the test case provided."??
IMOO your answer doesn't make any sense.
Is this documented?
Why can't the buffered store work with the combo?! Sounds broken to me!
To me too!
In Ext.JS 4.2.1, it wors!? Why not in Ext.JS 6?