Topic: Selected item in a select box
I suspect this is a browser issue rather than a rails issue. I'm creating a select tag in rails and it's correctly putting
selected="selected"
by the appropriate option. However when I view the page (in Firefox at the moment - haven't got any other browsers installed on this machine at present) the item showing in the select box is always the top item and not the one with the selected code. Any idea why? This is really infuriating!