From 4c92c74a8d30f182dbcc37e2f5d28e6090cb09d7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 18 Jul 2023 21:35:33 +0200 Subject: [PATCH] Add prefix support to text selector (#28235) --- source/_docs/blueprint/selectors.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 3c3890c8b1f..562e7ac7af8 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -1194,6 +1194,10 @@ multiline: type: boolean default: false required: false +prefix: + description: An optional prefix to show before the text input box. + type: string + required: false suffix: description: An optional suffix to show after the text input box. type: string