Feature Request: emitDown

Communication between components is great using the event system, especially the ability to emit events in specific directions (emitUp and emitTo). I’m only missing an emitDown.
I find myself using a lot of smaller reusable components for filters, search and other kinds of input to control the selection of content in a bigger parent component. When wanting to clear/reset all the inputs I run into issue of not being able to communicate with the children components.

Is this something that could be implemented or has this already been considered and discarded?
And if it’s not the way to go, how could I then resolve my issue?

I’d love to create the pull request for this myself, but I saw most of the event logic is within Javascript which is not my strong suit (hence me using Livewire).

1 Like