OnChange
- 
					
					
					
					
exzod2016 last edited byHello, 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 byI'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 byYou 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.