fitMaster

adjusts the size of the suggest box to the master control

boolean fitMaster;

Example

webix.ui({
   view:"text",
   suggest:{
      data:some_data,
      fitMaster:false, width:800
   }
});


Default value:

true
Details

Enabled by default.

Back to top