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

804 Views Asked by At

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?

1

There are 1 best solutions below

2
Xavier B. On BEST ANSWER

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

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