Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 31, 2023
1 parent 5178c9d commit 9675be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/Controls/MultiSelectBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function getControl(): Nette\Utils\Html
}


/** @deprecated use setOptionAttribute() */
public function addOptionAttributes(array $attributes): static
{
$this->optionAttributes = $attributes + $this->optionAttributes;
Expand Down
1 change: 1 addition & 0 deletions src/Forms/Controls/SelectBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function getControl(): Nette\Utils\Html
}


/** @deprecated use setOptionAttribute() */
public function addOptionAttributes(array $attributes): static
{
$this->optionAttributes = $attributes + $this->optionAttributes;
Expand Down

0 comments on commit 9675be6

Please sign in to comment.