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