OnChange
-
exzod2016 last edited by
Hello,
The onChange event in <select>'s to submit a form has stoped working with the last update.
Both onchange events don't work, neither in HTML inline, or onchange function call or the addEventListener()...
Is this a known issue?
Anybody knows workaround?Thanks
-
j-ramos last edited by
I'm having the same issue.
<select id="sku" name="sku" onchange="this.form.submit()"> <option value="">Select</option> <option value="UTXPOLO123456">Polo</option> </select>
onChange event is not being triggered on version 18!
-
j-ramos last edited by
You can try this as a test: http://www.joaquimjmsilva.com/opera.html
Select is not triggering the onChange event.I believe this a bug on version 18.