TobyMosque / app-extension-qdatetimepicker

QDateTimePicker for Quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unwanted @input event

akahanek opened this issue · comments

Hi,
first - let me say that your component is awesome!

But there is a minor issue. Suppose there is @input="onChange" method.

<q-datetime-picker
            mode="datetime"
            label="Some Datetime"
            v-model="myDate"
            @input="onChange"
          />

The onChange method is fired immediatelly the page is displayed. But nothing was changed here. Standard q-input from Quasar does not fire the @input.

thxx for report, patched on beta-27

Maybe a silly question: where can I find beta-27? There is still only 1.0.0-beta.4 available.

@TobyMosque Maybe a silly question: where can I find beta-27? There is still only 1.0.0-beta.4 available.