Table of Contents

Example

<!--Group 1 -->
<input style="width: auto;" checked="checked" name="sppl_tr_country" type="radio" value="US" tabindex="55" />US<br />
<input style="width: auto;" name="sppl_tr_country" type="radio" value="UK" tabindex="55" />UK<br />
<input style="width: auto;" name="sppl_tr_country" type="radio" value="CA" tabindex="55" />CA
<!--Group 2 -->
<input style="width: auto;" name="sppl_tr_cost" type="radio" value="$$" tabindex="56" />$$<br />
<input style="width: auto;" checked="checked" name="sppl_tr_cost" type="radio" value="$$$" tabindex="56" />$$$<br />
<input style="width: auto;" name="sppl_tr_cost" type="radio" value="$$$$" tabindex="56" />$$$$<br />
<input style="width: auto;" name="sppl_tr_cost" type="radio" value="$$$$$" tabindex="56" />$$$$$

Result in FF

Solution

Add to form autocomplete=“off”. Warning: this is not valid XHTML attribute

Sources

 
radio_button_s_autocomplete_bug.txt · Last modified: 2009/08/19 00:00 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki