Hi,
I am using select item with multiple true and filters on. I am getting the below error in console.
SelectItem defined with multiple set to true, and showFilterEditor enabled on the pick-list. This combination of settings is not supported as it can lead to ambiguity if a user selects an item, then re-filters such that the item is no longer visible and attempts to modify the selection.
Suppose 5 items are selected and on filtering 2 are selected, when i remove the filter, the remaining three do not appear selected. How can i handle this.
I am using select item with multiple true and filters on. I am getting the below error in console.
SelectItem defined with multiple set to true, and showFilterEditor enabled on the pick-list. This combination of settings is not supported as it can lead to ambiguity if a user selects an item, then re-filters such that the item is no longer visible and attempts to modify the selection.
Suppose 5 items are selected and on filtering 2 are selected, when i remove the filter, the remaining three do not appear selected. How can i handle this.
Comment