Using your dynamic sample
dhtmlx.com/docs/products/dht … _save.html
for the XML middle one add to the bottom of the javascript
combos[1].attachEvent("onChange", ChangeMe);
function ChangeMe() {
alert("I have seen the light and have changed my ways");
}
Follow exactly the steps with no extra clicking and key strokes.
Firing
- Now go to a new value in one that is not part of the combobox…like 234234
- click somewhere on the page
- Click on the submit
- Change Event fired
Not firing
- Now go to a new value in one that is not part of the combobox…like hidoho
- click on submit
- Change Event didn’t fire
Seems like there is a bug there.