use @input instead of @change for v-time-picker, fix #212
This commit is contained in:
@@ -60,7 +60,7 @@ v-col(cols=12)
|
|||||||
:allowedMinutes='allowedMinutes'
|
:allowedMinutes='allowedMinutes'
|
||||||
format='24hr'
|
format='24hr'
|
||||||
@click:minute='menuFromHour = false'
|
@click:minute='menuFromHour = false'
|
||||||
@change='hr => change("fromHour", hr)')
|
@input='hr => change("fromHour", hr)')
|
||||||
|
|
||||||
|
|
||||||
v-col.col-12.col-sm-6
|
v-col.col-12.col-sm-6
|
||||||
@@ -88,7 +88,7 @@ v-col(cols=12)
|
|||||||
:allowedMinutes='allowedMinutes'
|
:allowedMinutes='allowedMinutes'
|
||||||
format='24hr'
|
format='24hr'
|
||||||
@click:minute='menuDueHour = false'
|
@click:minute='menuDueHour = false'
|
||||||
@change='hr => change("dueHour", hr)')
|
@input='hr => change("dueHour", hr)')
|
||||||
|
|
||||||
List(v-if='type === "normal" && todayEvents.length' :events='todayEvents' :title='$t("event.same_day")')
|
List(v-if='type === "normal" && todayEvents.length' :events='todayEvents' :title='$t("event.same_day")')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user