React-autosuggest: Scroll not working in IE-11

Created on 16 Jun 2016  路  9Comments  路  Source: moroshko/react-autosuggest

In IE-11 when setting a max-height and overflow: auto, when selecting the scrollbar with the mouse to view the results the suggestions disappear and the input loses focus.
Mouse wheel and keyboard arrows work fine. Firefox and Chrome are also ok.

bug

Most helpful comment

This should be fixed now in v5.0.2.

All 9 comments

Anyone close to having a fix for this? I've been very happy with this autosuggest tool, but my client is pushing to use something else because of this bug. I've been putting him off looking for a fix but haven't been able to figure it out. This is my last ditch plea... thanks

Could you provide an example where this happens? I can't reproduce it with my own code, but it might be due to what I've done in my fork (https://github.com/moroshko/react-autosuggest/pull/155).

I removed most (maybe all) of my custom code and just tried to implement an "out-of-the-box" react-autosuggest input. The issue still exists. Sample here: http://reactui.workorder.es/sandbox

The React-Select tool works though.

I have shouldRenderSuggestions set to always return true. Your fork may be working due to the changes where you bypass the shouldRenderSuggestions check.

I got the latest version (including fork #155) but I still have the same issue on IE.

@gainsboroughtech, were you able to solve this issue?

Thanks

I'm having this issue too using 5.0.1 version in IE11. Any hints to fix this?

Thanks.

Just heads up that I plan to fix this bug some time next week.

This should be fixed now in v5.0.2.

still i am facing issue. when i used renderSuggestionsContainer scroll not working in IE 11. Please help me on this :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChrisWiles picture ChrisWiles  路  13Comments

avjpl picture avjpl  路  12Comments

SMaverick78 picture SMaverick78  路  10Comments

Gargron picture Gargron  路  10Comments

mauriciosoares picture mauriciosoares  路  10Comments