Empty options to force selection with defaults

This commit is contained in:
Nick Bolton
2024-07-16 14:26:51 +01:00
parent ab0c0e3e86
commit f82c6716bb
2 changed files with 11 additions and 0 deletions

View File

@ -22,10 +22,12 @@ body:
label: What type of Synergy user are you?
description: This will help us understand the context of your issue.
options:
# Empty option to force selection
-
- Customer
- Code contributor
- Community user
default: 0
validations:
required: true
@ -47,9 +49,12 @@ body:
label: Product name
description: Which Synergy product are you using?
options:
# Empty option to force selection
-
- Synergy 1
- Synergy 2
- Synergy 3
default: 0
validations:
required: true

View File

@ -22,9 +22,12 @@ body:
label: What type of Synergy user are you?
description: This will help us understand the context of your issue.
options:
# Empty option to force selection
-
- Customer
- Code contributor
- Community user
default: 0
validations:
required: true
@ -46,9 +49,12 @@ body:
label: Product name
description: Which Synergy product are you using?
options:
# Empty option to force selection
-
- Synergy 1
- Synergy 2
- Synergy 3
default: 0
validations:
required: true