Hi. how i can bind data to suugestion from JS function ?
{view:“richselect”,
suggest:{
id:“sug”,
data: ???
}
}
Thank’s
Hi. how i can bind data to suugestion from JS function ?
{view:“richselect”,
suggest:{
id:“sug”,
data: ???
}
}
Thank’s
Please check
http://webix.com/snippet/2d614cf8
The first line in the fillList method will not be necessary in the next update ( the second parameter of function must be the text for which suggestion is necessary, but due to some bug it is not filled correctly, and extra code is required to get the text )
hm. Thanks, i will check now.