react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

Fixes IE11 scrollbar closing dropdown when clicked

Open josh-advizr opened this issue 7 years ago • 3 comments

Issue #186 -

Replaces document.activeElement (always body in IE11) with using querySelector detection of whether the base element is in a :hover state.

josh-advizr avatar Jan 10 '18 14:01 josh-advizr

Coverage Status

Coverage decreased (-0.03%) to 88.289% when pulling 195606f9379588a9086dc2af28f4fe9644e2f47f on TiagoSaAdvizr:master into d3f707235cf4f8fca3646421861688678f70f045 on furqanZafar:master.

coveralls avatar Jan 10 '18 14:01 coveralls

@furqanZafar any plans on merging this?

jsdevel avatar Jan 05 '21 19:01 jsdevel

I'm merging this into react-selectize2 here https://github.com/kogosoftwarellc/react-selectize2/pull/1

jsdevel avatar Jan 05 '21 21:01 jsdevel