Allow the option to have the hidden items in the in the input array.
We will need to define the extra parameter 'hiddenProperty' (true/false). It will help us to avoid to pass the filtered array to the multiselect (and keep 2 copies of input array) or use filtering (which is running each digest cycle and affect the performance).
Allow the option to have the hidden items in the in the input array.
We will need to define the extra parameter 'hiddenProperty' (true/false). It will help us to avoid to pass the filtered array to the multiselect (and keep 2 copies of input array) or use filtering (which is running each digest cycle and affect the performance).