stringResult of ui.multiselect, Properties Webix Docs

StartAPI Referenceui.multiselectProperties

if the parameter is set to true, the method getValue returns data as a string (otherwise, as an array)

boolean stringResult;

Example

{ view:"multiselect", stringResult:false },

Default value:

true

Back to top