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 0b9b713 commit 8435f4bCopy full SHA for 8435f4b
src/Forms/Form.php
@@ -675,7 +675,7 @@ private function getHttpRequest()
675
public function getToggles()
676
{
677
$toggles = [];
678
- foreach ($this->getControls() as $control) {
+ foreach ($this->getComponents(TRUE, Controls\BaseControl::class) as $control) {
679
$toggles = $control->getRules()->getToggleStates($toggles);
680
}
681
return $toggles;
0 commit comments