You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[
{
name:'a',
id:1
},
{
name:'b',
id:2
},
{
name:'c',
id:3
}
//... about 200 more items
]
Way to reproduce:
Select an the "all options checkbox" -> see that all options were selected -> click again on the "select all/ unselect all" checkbox -> result: selected options do not get unselected, they stay selected.
The text was updated successfully, but these errors were encountered:
So for getFilteredOptionsValues to return correct values, the option must have its value filled. You probably want something like option => {filteredValues.push(option[this.value]);});
but it seems like you cannot reach that because of the inner function.
Not sure how to best fix this though, I've not looked into the code deep enough.
Tag configuratuion:
options Object:
Way to reproduce:
Select an the "all options checkbox" -> see that all options were selected -> click again on the "select all/ unselect all" checkbox -> result: selected options do not get unselected, they stay selected.
The text was updated successfully, but these errors were encountered: