allows removing control value upon clicking the icon
webix.ui({
width:400,
rows:[
{ view:"search", label:"Search", clear:"hover"},
{ view:"text", label:"Text", clear:true},
{ view:"combo", label:"Combo", options: list_data, clear:"replace"},
]};
The property allows you to remove value from a control upon clicking the dedicated cross icon. The icon will be visible, if the control value is not empty.
You can set the following values: