Skip to content

Commit 379c3a2

Browse files
authored
Update AjaxMultiSelect.php
1 parent 7b6a7fb commit 379c3a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Form/AjaxMultiSelect.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ public function __construct(?string $label, callable $callback, callable $onchan
2828

2929
parent::__construct($label);
3030
}
31+
32+
public function getValue() : array
33+
{
34+
$this->initiateItems();
35+
36+
return parent::getValue();
37+
}
3138
}

0 commit comments

Comments
 (0)