Closed conor-cafferkey-sociomantic closed 7 years ago
setSelectValueClick() does not work correctly in IE.
setSelectValueClick()
Use e.currentTarget instead of e.target
e.currentTarget
e.target
Can no longer reproduce, closing with res-invalid.
res-invalid
Problem
setSelectValueClick()
does not work correctly in IE.Proposed solution
Use
e.currentTarget
instead ofe.target