Skip to content

Commit

Permalink
chore(vivid): expose switch on click
Browse files Browse the repository at this point in the history
  • Loading branch information
dvelluto committed Apr 9, 2024
1 parent 8ac0f3d commit 8edf730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateWrappers/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ComponentsEventsMapV3 = {
VwcButton: ['click'],
VwcSplitButton: ['click'],
VwcSelect: ['change'],
VwcSwitch: ['change'],
VwcSwitch: ['click', 'change'],
VwcRadio: ['change'],
VwcRadioGroup: ['change'],
VwcMenuItem: ['change'],
Expand Down

0 comments on commit 8edf730

Please sign in to comment.