adjusts the size of the suggest box to the master control
webix.ui({ view:"text", suggest:{ data:some_data, fitMaster:false, width:800 } });
Enabled by default.