vuejs-datepicker: opened event is not work

I want use opened event but didn’t work. I can’t find $emit(‘opened’) in source. is it deleted?

<vuejs-datepicker 
    slot="calender"
    slot-scope="props"
    :value="props.row.calender"
    :format="DatePickerFormat" 
    :language="ja"
    @opened="opened"
></vuejs-datepicker>

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 15
  • Comments: 20

Most upvoted comments

jus try to do this : <datepicker ref="dp1" @focusin.native="onfocusin"></datepicker>

You can use the following date picker , it’s the updated one and most issue are fixed. https://www.npmjs.com/package/@hokify/vuejs-datepicker