We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8404e32 commit 8412e84Copy full SHA for 8412e84
1 file changed
src/Form/TAjaxSelect.php
@@ -134,7 +134,6 @@ private function initiateItems($value = null): void
134
}
135
136
if (!\in_array($value ?? $this->value, [null, '', []], true)) {
137
- bdump('here');
138
$this->items = $this->getData('', $value ?? $this->value);
139
} else {
140
$this->items = $this->getData();
0 commit comments