Code Monkey home page Code Monkey logo

Comments (13)

JedWatson avatar JedWatson commented on May 4, 2024 1

Supported browsers are now IE11+ and "last 2 versions" of everything else, as defined in the .browserslistrc file in v2.

from react-select.

nchase avatar nchase commented on May 4, 2024

Works as expected in IE11.

from react-select.

Helenka avatar Helenka commented on May 4, 2024

some notes about working in IE (9+):
There is a bug when trying to use scrollbar up/down/thumb buttons in drop-down select menu. The menu disappears immediately and doesn't allow to choose or view something.

from react-select.

JedWatson avatar JedWatson commented on May 4, 2024

Thanks for the report @Helenka, that issue was recently fixed by @rovolution with #98

from react-select.

flodiebold avatar flodiebold commented on May 4, 2024

The bug mentioned by @Helenka seems to have either reappeared or not been completely fixed. I can reproduce it with react-select 0.6.7 and IE 11. The reason seems to be that clicking the scrollbar causes the input to lose focus, which then causes the menu to close.

(By the way, Microsoft provides nice testing VMs for IE at https://dev.modern.ie/tools/vms/).

from react-select.

patrickgaskill avatar patrickgaskill commented on May 4, 2024

I was able to fix the reappearing IE11 bug that @flodiebold mentioned. Should I create a new issue for it and submit a PR for it?

from react-select.

Trav84 avatar Trav84 commented on May 4, 2024

@patrickgaskill I'm experiencing this bug as well, would it be possible to see your fix?

from react-select.

shepmaster avatar shepmaster commented on May 4, 2024

I am also seeing an issue where one of my 4 Select components immediately closes in IE11. I have yet to determine what makes that one special. @patrickgaskill, is there a chance of seeing what your fix was?

from react-select.

shepmaster avatar shepmaster commented on May 4, 2024

what makes that one special

Of course I figure it out immediately... I had a <label> tag wrapped around the component:

<div className="form-part form-state">
  <label>
    <span className="form-label">State of Birth</span>
    <Select searchable={false} clearable={false} name="state" placeholder="STATE" options={STATES} />
  </label>
</div>

Removing the label fixed the janky behavior for me in IE11.

from react-select.

patrickgaskill avatar patrickgaskill commented on May 4, 2024

@shepmaster My fix was for an older version of the code, and none of it seems to apply now, unfortunately. The idea was to stop handleInputBlur from setting isOpen: false directly, and instead call _closeMenuIfClickedOutside. It's been working fine in production for a couple months now.

from react-select.

FezVrasta avatar FezVrasta commented on May 4, 2024

You may use SauceLabs, I use it successfully for one of my projects, it's fairly easy to setup.

from react-select.

beeccy avatar beeccy commented on May 4, 2024

I also had the same issue as @shepmaster where there was a <label> around a <Select> made the drop down malfunction in IE 11 and by removing the <label> surrounding the <Select> the drop down menu worked properly again.

from react-select.

aashini273 avatar aashini273 commented on May 4, 2024

I am seeing an issue on Chrome browser for Mac OS BigSur where my left padding disappears when I click on dropdown to select an item. Does anyone face similar issue and/or have a fix for this ? Thanks in advance!

from react-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.