Hi,
I am new to Ext ViewModel and binding.
After long reading, testing and searching I am at a point for help.
I try to bind a store an value to a combo. The store and value are set in a ViewModel.
The problem is that the value is set by a formulars wich have to search in the store for the entry with active = 1. But the formulars function is called before the store is loaded and the each in the test case have a count of 0.
I make a Test case in the Fiddle below.
https://fiddle.sencha.com/#view/editor&fiddle/2pqp
Thank you for helping me.