question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dropdown won't open in IE if openOnFocus is false

See original GitHub issue

Steps

  1. I have a dropdown with search and selection enabled and openOnFocus={false}
  2. I open the website in Internet explorer 11
  3. I click the dropdown with the mouse

Expected Result

The dropdown should open when clicked.

Actual Result

I get a javascript error from this row in the code: if (options[nextIndex].disabled) return _this.moveSelectionBy(offset, nextIndex); saying that options[nextIndex] is undefined The dropdown don’t open

Version

0.64.5

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
layershiftercommented, Feb 13, 2017

I’ll check it on my PC tomorrow.

0reactions
layershiftercommented, May 10, 2017

@cattermo Oh, I missed that codepen was already there. It’s a known bug with onBlur and IE (facebook/react#3751).

PR is here (#1667), will be awesome to get a feedback.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix IE select issue when dynamically changing options
Open that fiddle in IE (I've only tried it in IE9, but I'm guessing previous versions have the same issue). Change the last...
Read more >
react-select-plus - npm
Start using react-select-plus in your project by running `npm i ... prop of the Select component should also be set to false to...
Read more >
jQuery Plugin For Custom Tags Input and Select Box
// If false, items created by the user will not show up as available options once they are unselected. 027, persist: true , ......
Read more >
select not working in standalone — DataTables forums
And if I change the registration form, taking away type: "select" I am able to ... maxItems: 1, openOnFocus: false, allowEmptyOption: false, ...
Read more >
Tabbing without breaking order when opening - Select2
But then the tab order is broken because when you press tab again you go back to the first select and it opens....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found