Preventing a default selection for dropdown's on Issue Forms #61648
Unanswered
jdschleicher
asked this question in
Projects and Issues
Replies: 2 comments
-
I would also like this feature |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think an empty option with a validation works as you want: - type: dropdown
id: non_default_selection
attributes:
label: What selection would you like?
multiple: false
options:
- ''
- Yes
- No
- Maybe So
validations:
required: true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Feature Area
Issues
Body
Hi! I believe I am in the right place.
I don't believe this is currently a capability for dropdown forms. It would be helpful to prevent an auto-filled selected in dropdowns so our Customers using self-service do not accidentally breeze through the form with an incorrect dropdown selection they didn't intend.
If there was a "default" attribute to add to the markdown this could give us the choice to default to a specific value or leave empty to ensure the Customer is making an intentional selection:
Thanks!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions