textValue

defines which field from suggest list will be used as text after selecting an option

string textValue;

Example

webix.ui({
    view:"select",
    options:{
       textValue:"name",
       data:[
          { name:"Mark", city:"Hrodno" },
          { name:"Anna", city:"Brest" }
       ]
    }
})

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.