Pass events to parent scope of `GroupSelect`
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.
-
I have evaluated the MR acceptance checklist for this MR.