jquery-datalink
jquery-datalink copied to clipboard
IE AutoComplete does not fire a change event
When a user enters data into a datalink'd form and uses IE's AutoComplete feature to fill in the input, no change event is fired (i.e. handler and handlerRev is not called). If the user types in the text the events are fired and the linked object is properly updated. Has anyone else experienced this?
I have seen this as well. I don't think it's an issue with the plugin or jQuery. I think it's IE's fault (Go figure!) as I have seen this behavior with the change event not triggering on forms that don't use the datalink plugin.