You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is based on the assumption that we're only using react-select-plus instead of react-select. Correct me if I'm wrong, and I'll close the issue :)
The purpose of using react-select-plus was to support option groups in the dropdown, a feature that react-select didn't have.
Now that the v2 version of react-select added support this feature (I think they just back merged the code from react-select-plus), react-select-plus is not longer 'actively maintained'. We should consider changing the package from react-select-plus to react-select for the sake of compatibility. It's good also because react-select v2 now support a lot of new features that could probably enable us to do more interesting things! https://react-select.com/home
The text was updated successfully, but these errors were encountered:
Hi @moyuan, thanks we should do that, there were just some styling changes (border, etc) that we’d need to rework to be themeable.
Current open PR is tracked here: #461
@moyuanhuang I saw this issue when I was browsing yesterday and I think it'd be nice to do! Feel free to make a PR if your branch is up to date and I can help review 😄
This issue is based on the assumption that we're only using
react-select-plus
instead ofreact-select
. Correct me if I'm wrong, and I'll close the issue :)The purpose of using react-select-plus was to support option groups in the dropdown, a feature that
react-select
didn't have.Now that the v2 version of
react-select
added support this feature (I think they just back merged the code from react-select-plus),react-select-plus
is not longer 'actively maintained'. We should consider changing the package fromreact-select-plus
toreact-select
for the sake of compatibility. It's good also becausereact-select v2
now support a lot of new features that could probably enable us to do more interesting things! https://react-select.com/homeThe text was updated successfully, but these errors were encountered: