AutoCompleteExtender position is wrong in Webkit

后端 未结 1 1304
甜味超标
甜味超标 2021-01-19 07:59

I have an ajaxtoolkit AutoCompleteExtender that has position: absolute. I have placed it inside a div with position: relative. This makes the extender dropdown place itself

1条回答
  •  遇见更好的自我
    2021-01-19 08:30

    Try to add plain HTML

    element right after extender with spcified id attribute and use this id value for extender's CompletionListElementID property.

    When you pass an id to the extender it will insert the items as

    elements. So adding a plain HTML
    rather than a
      maintains valid HTML.

    0 讨论(0)
提交回复
热议问题