div view=“combo” options=?
in js, i have $scope.fruit =[{id:1, value: “Apple”}, {id:2, value: “Banana”}];
but option=“fruit” does not work, what’s the correct way to do this?
please help, thanks
div view=“combo” options=?
in js, i have $scope.fruit =[{id:1, value: “Apple”}, {id:2, value: “Banana”}];
but option=“fruit” does not work, what’s the correct way to do this?
please help, thanks
Please check the next snippet
http://webix.com/snippet/26ad83f5
There is a bug in current version, you still need to have “options” attribute on the tag to correctly link external data to the combo.