Enforce minimum number of selections in multiselect element?

How do I enforce that the user picks a minimum of 3 options for the multi select element?

It depends of how your flow is.

If you have a workflow somewhere to submit a form you can add a verification step and display a message under the dropdown if not enough options are selected (selection.length < 3).

Is there a way to request that a “Required” field enforcement toggle be added to multiselect fields?

Edit: Nevermind, I put a feature request in.

1 Like