View Single Post
  #12  
Old 04-19-2006, 08:25 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

In 4.1.0, the "{if $o.selected eq 'Y'} selected="selected"{/if}" forces the first option to be selected and ignores my added "option". You simply have to move "{if $o.selected eq 'Y'} selected="selected"{/if}" from the looped option to the title option that you added.

I didn't notice this being forced prior to 4.1, but the code was there prior. There must be something that prevented the forced selection in previous versions that is fixed now.

- Mike
__________________
4.1.9
Reply With Quote