Why does the javascript onchange event not fire if autocomplete is on?

前端 未结 6 1039
误落风尘
误落风尘 2020-11-27 20:26

I have a textbox with an onchange event. Why does this event not fire when the user uses the autocomplete feature to populate the textbox?

I am working with Internet

6条回答
  •  萌比男神i
    2020-11-27 20:29

    Last time I had that issue, I ended up using the onpropertychange event for Internet Explorer instead. I read about that here on MSDN: it is the recommended way to get around it.

提交回复
热议问题