Skip to content

Commit d00cb41

Browse files
committed
Rebuild dist/
1 parent 3204490 commit d00cb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/assets/dist/live_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ function getArrayValue(element, value, currentValue) {
10101010
else if (element instanceof HTMLSelectElement) {
10111011
currentValue = Array.from(element.selectedOptions).map(el => el.value);
10121012
}
1013-
return currentValue.length ? currentValue : null;
1013+
return currentValue;
10141014
}
10151015

10161016
const DEFAULT_DEBOUNCE = 150;

0 commit comments

Comments
 (0)