OpenConext / Mujina

A mock IDP and SP using the OpenSAML library
Apache License 2.0
369 stars 166 forks source link

Fix the add attribute select in ie 10/11 #75

Closed Badlapje closed 3 years ago

Badlapje commented 3 years ago

Prior to this change, the select did not work because the event handler used the selectedOptions property, which does not work in IE (see: https://caniuse.com/?search=selectedoptions).

This change reworks the code to use the value and select the correct option from there. All of that code is compatible with IE10/11 and modern browsers.