关于firefox下拉框刷新无法选择selected的optio
2017-06-12 本文已影响0人
孤屿孤行
firefox select框刷新无法选择带有“selected”属性的option选项,可是chrome是好用的呀,原来firefox有自动完成表单机制,只要在select标签中添加autocomplete="off" 即可解决。
firefox select框刷新无法选择带有“selected”属性的option选项,可是chrome是好用的呀,原来firefox有自动完成表单机制,只要在select标签中添加autocomplete="off" 即可解决。