Buefy: Datepicker @change problem

Created on 16 Sep 2017  路  1Comment  路  Source: buefy/buefy

Overview of the problem

Buefy version: [0.5.2]
Vuejs version: [2.4.1]
OS/Browser:

Description

Datepicker @change don't work after select date.

<b-datepicker
  v-model="date"
  :readonly="false"
  @change="updateData(date)">
</b-datepicker>

>All comments

@srunicornio Date picker doesn't emit change event but only input.
In your case you might watch your date data because v-model is equivalent to :value + @input.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

keligijus picture keligijus  路  3Comments

RomainMazB picture RomainMazB  路  3Comments

itielshwartz picture itielshwartz  路  3Comments

kaeltis picture kaeltis  路  3Comments

diego-lipinski-de-castro picture diego-lipinski-de-castro  路  3Comments