Skip to content

Commit

Permalink
Force display extra
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Feb 16, 2020
1 parent 465f6c0 commit 8354cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Builder/CliMenuBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ public function displayExtra() : self
{
$this->style->setDisplaysExtra(true);
$this->getSelectableStyle()->setDisplaysExtra(true);
$this->getCheckboxStyle()->setDisplaysExtra(true);
$this->getRadioStyle()->setDisplaysExtra(true);

return $this;
}
Expand Down

0 comments on commit 8354cc4

Please sign in to comment.