From 63e8e14899277357f58acf93000ab0f40183ae20 Mon Sep 17 00:00:00 2001 From: Luca Lowndes <104835046+LucaLow@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:13:25 +1100 Subject: [PATCH] Display Range Value Dynamically as Slider Changes --- site/content/docs/5.3/forms/range.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/site/content/docs/5.3/forms/range.md b/site/content/docs/5.3/forms/range.md index 31edb0a8dce3..f3cc74867c93 100644 --- a/site/content/docs/5.3/forms/range.md +++ b/site/content/docs/5.3/forms/range.md @@ -42,6 +42,32 @@ By default, range inputs "snap" to integer values. To change this, you can speci {{< /example >}} +# Usability + +For improved usability, it is recommended most of the time to display the current selected value in text form + +{{< example >}} +
+ + +
+ + + +{{< /example >}} + ## CSS ### Sass variables