kartik-v / yii2-slider

A slider input with orientations, range selections and more features based on bootstrap-slider.
http://demos.krajee.com/slider
Other
28 stars 20 forks source link

Ability to append or prepend to the tooltip #2

Closed ItsReddi closed 9 years ago

ItsReddi commented 10 years ago

This enhancement would be nice to not only show plain numbers at the tooltip.

klevron commented 9 years ago

This can be done with formatter option, but not with v3, assets should be updated.

kartik-v commented 9 years ago

Extension is upgraded to release v1.2.0 - it includes the latest plugin assets. As @klevron mentioned you can use the formatter plugin option. Check the last example on the usage section in yii2-slider docs and demos, for setting your custom tooltips.

klevron commented 9 years ago

Thanks :+1: