Wijmo UI for the Web
ensureDropDownOnBody Field
wijmo.combobox Namespace > WijComboboxOptions Interface : ensureDropDownOnBody Field

A value indicating the dropdown element will be append to the body or combobox container.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: boolean
value = instance.ensureDropDownOnBody;
var ensureDropDownOnBody : boolean;
Remarks
If the value is true, the dropdown list will be appended to body element. else it will append to the combobox container.
See Also

Reference

WijComboboxOptions Interface