Skip to content

Commit

Permalink
select2 multiple field typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrik committed Dec 10, 2019
1 parent ef5a7ca commit 824fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Plugins/Select2.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function setParent(HtmlAbstract $parent): PluginInterface
{
$parent->setClass($parent->getClass() . ' form-control select2');

if ($parent->getMultible() !== null) {
if ($parent->getMultiple() !== null) {
$parent->setName($parent->getName() . '[]');
}

Expand Down

0 comments on commit 824fec9

Please sign in to comment.