pencilpix / vue2-clock-picker

Vue 2.x component plugin for picking time in `HH:MM` using text input.
MIT License
26 stars 11 forks source link

Events are not firing #13

Open ooo2003003v2 opened 3 years ago

ooo2003003v2 commented 3 years ago

It wont fires the alert that I set in beforeOpen

 <vue-clock-picker
                id="time-range-end"
                refs="timeRangeEnd"
                v-model="inspectionTimeRange.end"
                :beforeOpen="()=>{
                      alert();
                })"
              ></vue-clock-picker>
Tusko commented 3 years ago

@ooo2003003v2 Because you wanna fire event as a prop.

try: @beforeOpen