Documentation

suggest

links suggest list to the input

string|WebixView suggest;

Example

webix.ui({
    view:"text",
    suggest:"my_suggest_list"
})

See also

Back to top