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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.