vue-range-slider icon indicating copy to clipboard operation
vue-range-slider copied to clipboard

boolean canot work :(

Open TuKun33 opened this issue 6 years ago • 3 comments
trafficstars

tooltip: {
        type: [String, Boolean],
        default: 'always',
        validator: function validator(val) {
          return ['hover', 'always'].indexOf(val) > -1;
       }
},

TuKun33 avatar Nov 07 '19 08:11 TuKun33

yea, boolean does not work for tooltip

johnyang90 avatar Dec 03 '19 06:12 johnyang90

Ye, same issue. Possible workaround(until issue is fixed) is to override css of tooltip with display: none; or you can use prop :tooltip-style="{display: 'none'}"

rhnchn9 avatar Dec 05 '19 13:12 rhnchn9

Same here. Invalid prop: custom validator check failed for prop "tooltip"

jerearaujo03 avatar May 25 '20 04:05 jerearaujo03