Skip to content

Commit 8354cc4

Browse files
committed
Force display extra
1 parent 465f6c0 commit 8354cc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Builder/CliMenuBuilder.php

+2
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ public function displayExtra() : self
507507
{
508508
$this->style->setDisplaysExtra(true);
509509
$this->getSelectableStyle()->setDisplaysExtra(true);
510+
$this->getCheckboxStyle()->setDisplaysExtra(true);
511+
$this->getRadioStyle()->setDisplaysExtra(true);
510512

511513
return $this;
512514
}

0 commit comments

Comments
 (0)