Patricia Goldweic

Results 43 comments of Patricia Goldweic

I've made some progress on getting it to show up without any errors (my import statement was apparently incorrect before). However, the dropdown is not displaying at all (that is,...

Thanks @rafaelvs for the tip, but unfortunately I have loaded the styles as explained in the instructions though :-(

Thanks @rafaelvs. I'm pretty sure the problem is not that the css is not being loaded correctly for various reasons (1- my method works with create-react-app/webpack.etc. 2- my dropdown would...

Once again, I guarantee the styles are loaded. Here's my picture to prove it: ![image](https://cloud.githubusercontent.com/assets/155515/22754257/89fe0998-ee04-11e6-93b9-17361fe28c2d.png) The problem is that when I click on the components, the drop down does not...

Glad you asked the question: turns out that I've now created another simple app (using the same create-react-app build process) that simply displays a SimpleSelect, and again I didn't see...

I tried it with the paths you suggested above, and I'm not seeing any difference at all. Note that I'm still testing on the simplest app.

My test project it's actually a pretty minimal app created with create-react-app, so I can include all the source here (3 files total, including package.json). Here it goes: File: App.js...

Wow! That's really a surprise and also a great find! Thanks so much for following up on this. Hopefully, as you say, it will provide enough information to the react-selectize...

@purus, have you been able to come up with this piece of code, and if so, will you be able to share? Or @benbrown ?

Thanks for replying both @Purus and @gagan-bansal!. I also come up with a similar solution after a few hours of posting the above yesterday, but did not have a chance...