furqanZafar / react-selectize

http://furqanzafar.github.io/react-selectize/
Apache License 2.0
703 stars 138 forks source link

Failure in MS Edge due to TypeError - String expected #196

Open rodcope1 opened 6 years ago

rodcope1 commented 6 years ago

I tracked this down to a problem in ResizableInput. With the following change, everything works for me.

ResizableInput line 44 is: document.default-view ? window .get-computed-style input-element

I think it should be: (document.default-view ? window).get-computed-style input-element