$allowsClear of ui.multiselect, Others Webix Docs

StartAPI Referenceui.multiselectOthers

a flag that defines whether the input can be cleared

boolean $allowsClear;


Default value:

true

Details

If the flag is set, the control can be cleared when the clear() method of the parent form is called, namely, the setValue("") of the control is called.

Back to top