It seems that changes in the v-model value don't update the picker <input>. After initialization it seems to be only one way only.
Changing the v-model value from the containing component should cause the <input> to get updated accordingly IMHO.
Thanks!
BTW: my use model for this is I want to have some preset buttons like "Today", "Previous Day" (subtracts one day from the currently selected value), etc.
It seems that changes in the
v-model
value don't update the picker<input>
. After initialization it seems to be only one way only.Changing the
v-model
value from the containing component should cause the<input>
to get updated accordingly IMHO.Thanks!
BTW: my use model for this is I want to have some preset buttons like "Today", "Previous Day" (subtracts one day from the currently selected value), etc.