carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
609 stars 178 forks source link

Vue code sample for cv-date-picker has incorrect event listener specified #1072

Closed tw15egan closed 6 days ago

tw15egan commented 3 years ago

@toffee10 commented on Fri Nov 06 2020

What package(s) are you using?

Detailed description

Describe in detail the issue you're having. Im using the cv-date-picker in Vue Carbon components library. i took the sample code below from the documentation here http://vue.carbondesignsystem.com/?path=/info/components-cvdatepicker--default

<cv-date-picker kind="short" pattern="\d{1,2}/\d{2}" placeholder="mm/yy" @onChange="actionChange">

I noticed the 'change' event was firing when i modified the date but the docs specify '@onChange'. This doesnt work .... The docs should be changed to '@change' which works.

Is this issue related to a specific component? cv-date-picker

What did you expect to happen? What happened instead? What would you like to see changed?

What browser are you working in? Chrome

What version of the Carbon Design System are you using?

Steps to reproduce the issue

  1. Step one
  2. Step two
  3. Step three
  4. etc.

Please create a reduced test case in CodeSandbox

Additional information

github-actions[bot] commented 3 months ago

This issue has been marked as stale because it has required additional info or a response from the author for over 14 days. When you get the chance, please comment with the additional info requested. Otherwise, this issue will be closed in 14 days.

github-actions[bot] commented 6 days ago

This issue has been closed because it has received no activity for 28 days.