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

[Bug Fix+Feature] [IE10+] can't hide dropdown after using scrollbar, [Feature] inputProps

Open elisherer opened this issue 7 years ago • 6 comments

When clicking on the scrollbar on IE10+ and then outside the dropdown don't hide. There is handling for it in the code, but it doesn't work. This can be reproduced on the demo site

Also, refs are now needs to be functions instead of strings. source

Update forgot to mention: I also fixed the passing of inputProps to ResizableInput (and on that go, I replaced it definition with class)

elisherer avatar Jun 25 '17 07:06 elisherer

Coverage Status

Coverage increased (+0.4%) to 91.249% when pulling e3c3c4781e70869d4e824dc05ae647f609cc8626 on elisherer:bugfix/ie10-scroll-bug into f9fdda2c34e04da1d3ef7afd45560a901e37ba98 on furqanZafar:master.

coveralls avatar Jun 25 '17 08:06 coveralls

Coverage Status

Coverage increased (+0.4%) to 91.289% when pulling 25a548f2848298a200fc35585b3881e6cd07e4ca on elisherer:bugfix/ie10-scroll-bug into f9fdda2c34e04da1d3ef7afd45560a901e37ba98 on furqanZafar:master.

coveralls avatar Jun 25 '17 09:06 coveralls

Coverage Status

Coverage increased (+0.4%) to 91.289% when pulling 531f424c73725b9650200860dd29ad99811f918a on elisherer:bugfix/ie10-scroll-bug into f9fdda2c34e04da1d3ef7afd45560a901e37ba98 on furqanZafar:master.

coveralls avatar Jun 29 '17 06:06 coveralls

Coverage Status

Coverage decreased (-0.1%) to 88.198% when pulling eb5fa32960c2f69c127777d03e4d51f6f3704b62 on elisherer:bugfix/ie10-scroll-bug into d3f707235cf4f8fca3646421861688678f70f045 on furqanZafar:master.

coveralls avatar Aug 31 '17 15:08 coveralls

Coverage Status

Coverage increased (+0.1%) to 88.462% when pulling b623587aab6db3f837b67bf2b70a215a3292f979 on elisherer:bugfix/ie10-scroll-bug into d3f707235cf4f8fca3646421861688678f70f045 on furqanZafar:master.

coveralls avatar Aug 31 '17 15:08 coveralls

@furqanZafar , I resolved all the conflicts with the new version, I hope you could go over this one and approve it. (I suggest squashing my commits, since I had too many mistakes during the merge)

elisherer avatar Aug 31 '17 15:08 elisherer