defines whether the control will be included in the tab navigation order
webix.ui({
view:"combo",
label: 'Fruit',
tabFocus:false,
...
})
The default value is true, the control is included in the tab navigation order.
Back to top