Closed zzcr closed 3 weeks ago
The changes in this pull request involve updating the event handling for checkbox inputs across three Vue components: mobile-first.vue
, mobile.vue
, and pc.vue
. The @change
event listeners have been modified to include the .stop
modifier, which prevents the event from propagating up the DOM tree. This adjustment may impact how parent components respond to checkbox state changes, but no other significant alterations to the components' logic or structure were made.
File Path | Change Summary |
---|---|
packages/vue/src/checkbox/src/... | Updated @change event listeners to include .stop modifier for checkboxes. |
@change
event listeners to include the .stop
modifier, similar to the main PR.bug
In the meadow, bunnies hop,
Checkbox changes, never stop!
With.stop
, events won't flee,
Parent watchers, wait and see!
Hopping forward, we embrace,
A smoother, happier checkbox space! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
… triggered twice
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Bug Fixes