Description
Is your feature request related to a problem? Please describe.
Sometimes when using QuickChoice, my choices are very specific and do not need descriptions. I'd like the option to use one string collection for the choice labels, and skip the description. For example: if choices are January, February, March - there's no need for descriptions.
Describe the solution you'd like
I would like to select One String Collection for the datasource, but it's disabled.
Describe alternatives you've considered
A workaround I've used is to loop through the string collection with the labels, and within the loop, populate another string collection with an empty string. Then that second collection (which will be the same size) can be used for 'invisible descriptions'.
Another alternative is just to display the same string collection for the labels and the descriptions, for a slightly more cluttered UI.
Additional context
I think I explained it pretty well, if any more info or clarification will help, please let me know. Thanks!