HubSpot / react-select-plus

Fork of https://github.com/JedWatson/react-select with option group support
http://github.hubspot.com/react-select-plus/
MIT License
286 stars 93 forks source link

fix dragging errors in OptionGroup #104

Closed nathanharper closed 4 years ago

nathanharper commented 6 years ago

Hi, would you consider this PR? I was getting errors related to a dragging property on the OptionGroup class, and this should fix it.

emartini commented 6 years ago

I'm getting a lot of errors due this bug. It would be great if this PR can be merged

nathanharper commented 6 years ago

I hope this library is still maintained... unfortunately I can't guarantee long-term maintenance on this project myself, but if anybody needs a quick fix you're welcome to add my built branch to your dependencies, which is what I'm doing right now.

"react-select-plus": "git://github.com/nathanharper/react-select-plus.git#built"

Friss commented 6 years ago

@TrevorBurnham @banderson

nathanharper commented 4 years ago

Closing this since it's super old in JavaScript years and the functionality has since been added to react-select