Skip to content

Commit

Permalink
feat(VwcDatePicker): adds change and input events in v3 wrappers (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: James Taylor <[email protected]>
  • Loading branch information
TaylorJ76 and James Taylor authored Jun 4, 2024
1 parent 78d22bb commit 554c4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generateWrappers/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const ComponentsEventsMapV3 = {
VwcTextField: ['input'],
VwcCheckbox: ['change'],
VwcCombobox: ['change'],
VwcDatePicker: ['change', 'input'],
}

const ComponentsReadOnlyPropertiesMap = {
Expand Down

0 comments on commit 554c4a5

Please sign in to comment.