Skip to content

Commit

Permalink
fix original livewire listener array ignored (closes asantibanez#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiessinger committed Aug 27, 2021
1 parent 9bdc4f1 commit a0b4b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LivewireSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function getListeners()
return collect($this->dependsOn)
->mapWithKeys(function ($key) {
return ["{$key}Updated" => 'updateDependingValue'];
})
})->merge($this->listeners)
->toArray();
}

Expand Down

0 comments on commit a0b4b03

Please sign in to comment.