profwannabe
Programmer
I am trying to enable multiple selections using the following:
The Tag Editor does not set multiple to anything, but merely inserts "multiple" into the tag; I have tried multiple="Yes".
I don't get any errors in either case, but I have tried a variety of key+click combinations (i.e. ctrl+LeftClick, shift+LeftClick, alt+LeftClick, ctrl+shift+LeftClick...), but the dropbox merely closes after a single selection. I am sure this is an easy one, but I cannot figure it out...
Code:
<cfselect name="Methodology" query="getMethodologyCodes" value="CodeValue" display="CodeValue" multiple>
<option value="--none--" selected>--none--</option>
</cfselect>
The Tag Editor does not set multiple to anything, but merely inserts "multiple" into the tag; I have tried multiple="Yes".
I don't get any errors in either case, but I have tried a variety of key+click combinations (i.e. ctrl+LeftClick, shift+LeftClick, alt+LeftClick, ctrl+shift+LeftClick...), but the dropbox merely closes after a single selection. I am sure this is an easy one, but I cannot figure it out...