From f0bdfc0b923fa4b1a051f455055f6213805343be Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:41:20 +0100 Subject: [PATCH] Update selectors.markdown --- source/_docs/blueprint/selectors.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 73ef5381a8c..f2090b8b503 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -1087,7 +1087,7 @@ mode: default: slider {% endconfiguration %} -The output of this selector is a number, for example: `42` +The output of this selector is a number, for example: `42.59` Please note that: - if the step is a `float` (eg. `step=0.1` or `step=1.0`) the user input is never rounded.