AutoCompleteExtender position is wrong in Webkit

后端 未结 1 1303
甜味超标
甜味超标 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 <div> 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 <div> elements. So adding a plain HTML <div> rather than a <ul> maintains valid HTML.

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