tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
676 stars 147 forks source link

Not Rendering Correctly #44

Closed arthurgeron closed 5 years ago

arthurgeron commented 5 years ago

It is rendering all the options as pure text and displaying them even when the input isn't selected. Something isn't right. image

You can see the problem in this small example project: Edit A Simple React Router v4 Tutorial

arthurgeron commented 5 years ago

Nevermind, just found out I didn't import the css style thing, this could be imported automatically or maybe that information could be more clear (more torward the top of the README)? Anyway thanks.