Skip to content

Commit c71bfee

Browse files
authored
Update AjaxSelect.php
1 parent 379c3a2 commit c71bfee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Form/AjaxSelect.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()
33+
{
34+
$this->initiateItems();
35+
36+
return parent::getValue();
37+
}
3138
}

0 commit comments

Comments
 (0)