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. description: Template for the number's current value.
required: true required: true
type: template 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 required: true
type: action type: action
step: step:
@ -210,11 +210,11 @@ select:
required: true required: true
type: template type: template
select_option: 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 required: true
type: action type: action
options: 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 required: true
type: template type: template
optimistic: optimistic: