alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

Disabling? #75

Closed reintroducing closed 8 years ago

reintroducing commented 8 years ago

First off let me say this component is fantastic, nice job.

One thing so far that I've found it is missing is the ability to disable it much like you can disable a regular Select dropdown. It would be nice to just pass a disabled prop to ReactSuperSelect. That would make it easy and the API intuitive (the same as a regular form element).

Thoughts?

alsoscotland commented 8 years ago

@reintroducing Absolutely. That is an oversight on my part. I will look into adding that this week.

alsoscotland commented 8 years ago

https://github.com/alsoscotland/react-super-select/pull/78

reintroducing commented 8 years ago

Great, thanks!