mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add prefix support to text selector (#28235)
This commit is contained in:
parent
b9901e21fd
commit
4c92c74a8d
@ -1194,6 +1194,10 @@ multiline:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
|
prefix:
|
||||||
|
description: An optional prefix to show before the text input box.
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
suffix:
|
suffix:
|
||||||
description: An optional suffix to show after the text input box.
|
description: An optional suffix to show after the text input box.
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user