Correct template select docs (#20055)

This commit is contained in:
Erik Montnemery 2021-10-30 16:55:29 +02:00 committed by GitHub
parent 5f6341018a
commit 6f5276a6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ number:
description: Template for the number's current value.
required: true
type: template
description: Defines an action to run when the number value changes. The variable `value` will contain the number entered.
description: Defines actions to run when the number value changes. The variable `value` will contain the number entered.
required: true
type: action
step:
@ -210,11 +210,11 @@ select:
required: true
type: template
select_option:
description: Defines an action to run to select an option from the `options` list.
description: Defines actions to run to select an option from the `options` list. The variable `option` will contain the option selected.
required: true
type: action
options:
description: Template for the select's available options. The variable `option` will contain the option selected.
description: Template for the select's available options.
required: true
type: template
optimistic: