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.

Plunker example is not working?

See original GitHub issue

I was about to write an issue, then saw the Plunker link. But the basic example isn’t working for me.

https://plnkr.co/edit/HTmtER9AMNcPoWhXV707?p=preview image

Basically, when I click on an option, nothing happens. I experience the same issue with my own code, the Select component is rendered, but it doesn’t work (and it’s not disabled). But my code may be wrong. I’m a bit concerned about the Plunker example though, it should work. All examples at https://jedwatson.github.io/react-select/ work fine, but it’s using 0.9.1. Maybe the RC versions just don’t work?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
sjockerscommented, Feb 22, 2017

For reference: Seems to be a general issue with 1.0.0-rc.3#1557

1reaction
zaraustracommented, Feb 21, 2017

I just installed it too, the last version isn’t working at all not even with plain code as: <Select name="form-field-name" value='1' options={[{value: '1', label: 'one'},{value: '2', label: 'two'}]} onChange={(e) => {console.log(e)}} />

the log is correct but nothing else happens

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 2 plunker not working - Stack Overflow
I created a new Angular 2 plunk using default setup in plunker. after that I created a component in separate folder ...
Read more >
Live Examples on Plunker failing with Chrome #20209 - GitHub
I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report...
Read more >
NONE OF THE PLUNKR WORKING IN MATERIAL 2 ...
* In Chromium 61.0.3163.79, it fails with the error "Error: (SystemJS) Unexpected value 'undefined' exported by the module 'PlunkerMaterialModule'" with a stack ...
Read more >
Plunker
Search plunks. 31710 angularjs 5412 angular2 4559 angular 4075 example 3088 AngularJS 3000 angular-ui 2306 jquery 2222 bootstrap 2175 ui-router 1674 d3
Read more >
Features - Plunker
Desktop integration. Plunker isn't a one-way street. Drag files from your desktop into the Plunker Editor's file tree and let your imagination go...
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