add touch events for tooltip on range input
This commit is contained in:
parent
f43eeb65b7
commit
663c1839bf
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
v-on:change="(x) => onChange(x)"
|
v-on:change="(x) => onChange(x)"
|
||||||
@focus="tooltipShow"
|
@focus="tooltipShow"
|
||||||
@blur="tooltipHide"
|
@blur="tooltipHide"
|
||||||
|
@touchstart="tooltipShow"
|
||||||
|
@touchend="tooltipHide"
|
||||||
@mouseenter="tooltipShow"
|
@mouseenter="tooltipShow"
|
||||||
@mouseleave="tooltipHide"
|
@mouseleave="tooltipHide"
|
||||||
@input="(x) => inputVal = x.target.value"
|
@input="(x) => inputVal = x.target.value"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue