From c5cc85810add1fcf10045fb732aa3d3f2100f27e Mon Sep 17 00:00:00 2001 From: David Dix Date: Thu, 21 Jan 2021 08:39:04 +0000 Subject: [PATCH] Default for the Number Selector is slider, not box (#16255) Very minor change, but in all the blueprints I have created the Number Selector defaults to a `slider` not a `box` --- 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 63dc30ea144..c285ea460e8 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -338,7 +338,7 @@ mode: description: This can be either `box` or `slider` mode. type: string required: false - default: box + default: slider {% endconfiguration %} ### Example number selectors