Plunker example is not working?
See original GitHub issueI 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
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:
- Created 7 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For reference: Seems to be a general issue with
1.0.0-rc.3
– #1557I 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