Skip to content

Pass events to parent scope of `GroupSelect`

Eduardo Sanz García requested to merge eduardosanz/group-select-listener into master

What does this MR do and why?

We use v-on="$listeners" to pass events to the parent scope. GroupSelect becomes a transparent wrapper. Parent of GroupSelect can listen to the input event, and any other events if added in the future.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports