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 4cb2a2e commit 880142bCopy full SHA for 880142b
src/Forms/Controls/MultiSelectBox.php
@@ -84,4 +84,10 @@ public function addOptionAttributes(array $attributes)
84
$this->optionAttributes = $attributes + $this->optionAttributes;
85
return $this;
86
}
87
+
88
89
+ public function getOptionAttributes(): array
90
+ {
91
+ return $this->optionAttributes;
92
+ }
93
src/Forms/Controls/SelectBox.php
@@ -124,4 +124,10 @@ public function isOk(): bool
124
|| !$this->options
125
|| $this->control->size > 1;
126
127
128
129
130
131
132
133
0 commit comments