+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -283,9 +283,9 @@
283
283
let isArray = Array.isArray(this.localValue)
284
284
285
285
if (this.multiple && !isArray) {
286
-
this.localValue = this.setLocalValueIfMultiple()
286
+
this.setLocalValueIfMultiple()
287
287
} else if (!this.multiple && isArray) {
288
-
this.localValue = this.setLocalValueIfNotMultiple()
288
+
this.setLocalValueIfNotMultiple()
289
289
}
290
290
},
291
291
emitSelected (value) {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4