Choice component does not allow multiple defaults

I would like to have the default values for the choice to be able to select multiple values as a default. Currently only allows a selection of one value.

The choice component writes multiple values as a comma delimited string. As long as the default is a comma delimited string, then it should work.

I can confirm this is accurate.

1 Like

So when I specify the choice to have multiple selections the choice looks like this

Untitled

I want to be able to select SMALL and V6 from the list rather than have a field that contains the default.

As aside - It is amazing how fast I get support on issues here. Thanks.

You don’t have to choose from the default list when selecting a default. You can have a premade template column in the user table or parent table with you comma delimited items, and then use that column value as the default.

Ya…not possible unfortunately. Gotta do what @Jeff_Hager is instructing.

1 Like

Yes I understood this. All good.

1 Like