Trying to get a filter of a serverMultiSelectFilter we get undefined
Hi,
By calling the getFilter()
method of the filters built with Webix controls, you get access to the object of this control (here it is Multiselect).
To get to the control’s value, you need to use its API, e.g. its getValue()
method.
Check the following snippet, please: http://webix.com/snippet/602867a8
Thank you