Happy holidays,

Apologies for a simple question, I cannot find seem to find an answer looking through the docs and Galaxy tool xml files in the distro.

Is there a way to have a select menu where I don't want there to be a default selection (when the form loads it is empty) yet the user must pick something otherwise one of those nice validator red message comes up telling you to pick something?  For example:

<param name="organism" type="select" force_select="true" label="Organism">
    <option></option>
    <option value="Homo_sapiens">Homo sapiens</option>
    <option value="Mus_musculus">Mus musculus</option>
    <option value="Rattus_norvegicus">Rattus norvegicus</option>
</param>

If I use the validator type="empty_field" or "no_options" it doesn't work, the user can hit execute with an empty select and it tries to execute.

best,
Leandro