I can not seem to figure out a way where i can change the number within the tooltip while using the bootstrap-slider plugin.
.slider .tooltip.top {
margin-top: -45px !important;
margin-left: 2px;
}
.slider .tooltip-inner {
white-space: nowrap;
border-radius: 0px;
}
.slider .tooltip.top .tooltip-arrow {
border-top-color: #198294 !important;
}
<div class="container">
<div class="row">
<div class="col-md-6" style="margin-top: 75px;">
<div class="slider-wrapper slider-primary slider-strips slider-ghost">
<input class="input-range" type="text" data-slider-step="1" data-slider-value="14, 75" data-slider-min="0" data-slider-max="100" data-slider-range="true" data-slider-tooltip_split="true" data-slider-tooltip="hide" />
</div>
</div>
</div>
</div>
1000 in the tooltip, should be 1,000 1000023 in the tooltip, should be 1,000,023