diff --git a/src/LivewireSelect.php b/src/LivewireSelect.php index 3422f70..a5f7ef8 100755 --- a/src/LivewireSelect.php +++ b/src/LivewireSelect.php @@ -155,7 +155,7 @@ public function getListeners() return collect($this->dependsOn) ->mapWithKeys(function ($key) { return ["{$key}Updated" => 'updateDependingValue']; - }) + })->merge($this->listeners) ->toArray(); }