We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9d526 commit f11e9bbCopy full SHA for f11e9bb
src/Form/AjaxSelect.php
@@ -27,7 +27,7 @@ public function __construct(?string $label, callable $callback)
27
}
28
29
public function getValue()
30
- {
+ {
31
if (!\in_array($this->value, [null, '', []], true)) {
32
$this->setValue($this->value);
33
0 commit comments