Component communication with $dispatch using Alpine js
I have a product category drop down and optional input fields that need to show/hide depending on the category being selected. $dispatch works correctly but I’m not able to receive value in other …