How to make multidropdown mandatory

As for the inputs there is the “This input should not be empty” so how to apply the same thing for the multidropdown ?

Thanks ! :v:

Hi there, @Gaelle_fwi… for that particular input, you have to roll your own “should not be empty” solution with a conditional somewhere (on a button or a workflow event, for example) that does something (disables a button, shows an alert, etc.) when the input’s value count is 0.

Hope this helps.

Best…
Mike

3 Likes

If you have a button “Next” or “Submit”, set a conditional on that button.

You can likewise set this condition on some other elements to stop the user from moving forward.

Himanshu
Bubble tutorials

1 Like

Thanks you, that work !

This topic was automatically closed after 70 days. New replies are no longer allowed.