mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Mention that Edge Legacy also supports 'filling' their track
Edge Legacy support filling their track by default. Example: https://codepen.io/coliff/pen/VwaZgVZ
This commit is contained in:
parent
d0a87ef784
commit
ed9c481ef4
@ -8,7 +8,7 @@ toc: true
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Create custom `<input type="range">` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
|
Create custom `<input type="range">` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Edge Legacy and Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
|
||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
<label for="customRange1" class="form-label">Example range</label>
|
<label for="customRange1" class="form-label">Example range</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user