We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4676fb1 commit b069057Copy full SHA for b069057
1 file changed
ui/src/components/widgets/InfiniteScrollSelect.vue
@@ -274,7 +274,7 @@ export default {
274
return
275
}
276
if (Array.isArray(this.preselectedOptionValue) && this.preselectedOptionValue.length > 1) {
277
- this.preselectedOptionValue = this.preselectedOptionValue.filter(o => o !== match)
+ this.preselectedOptionValue = this.preselectedOptionValue.filter(o => o !== this.preselectedMatchValue)
278
} else {
279
this.resetPreselectedOptionValue()
280
0 commit comments