Documentation

icon

icon which will be shown next to the input

string icon;

Example

webix.ui({
    view:"search",
    icon:"feather"
});

Details

Default icon is "search"

Back to top