vue.jsquasarqdate

Quasar q-date component, how to disable double click?


I need to disable the double-click action on the Q-Date Quasar control but there is no reference on the documentation.

There is a way to disable it?


Solution

  • @dblclick.native.prevent.stop if it's a <q-something> component.

    @dblclick.prevent.stop if it's a regular HTML element