Add prefix support to text selector (#28235)

This commit is contained in:
Franck Nijhof 2023-07-18 21:35:33 +02:00 committed by GitHub
parent b9901e21fd
commit 4c92c74a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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