Why doesn't Firefox show the correct default select option?

前端 未结 11 1129
醉酒成梦
醉酒成梦 2020-11-28 07:02

I\'m making a web app to manage product SKUS. One part of that is to associate SKUs with product names. On each row of a table, I list a SKU and display a

11条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 07:50

    I had a similar problem, but after adding autocomplete="off" HTML attribute to every select tag it worked. [I was using Firefox 8]

提交回复
热议问题