vue-range-slider
vue-range-slider copied to clipboard
boolean canot work :(
trafficstars
tooltip: {
type: [String, Boolean],
default: 'always',
validator: function validator(val) {
return ['hover', 'always'].indexOf(val) > -1;
}
},
yea, boolean does not work for tooltip
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'}"
Same here. Invalid prop: custom validator check failed for prop "tooltip"