Hello i am triying to create a prototype for a select,
that loads a json data from a method
this to help our developer do the coding faster,
but i am getting a persistance :
Uncaught TypeError: Cannot read property ‘length’ of undefined
My Code is something like this
webix.protoUI({
$cssName:"select",
name:"closecodeselect",
options:getCloseCodes()
},webix.ui.select);
where the method returns a array of json objects with the fields id and value.
i need urgent help with this