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
Hey,
I am having an issue with 1.0.0-beta13 version, as with Async options whenever user tries to write something in the input, it changes typed value to [object Promise]. There is already a fix for that at react-select - is there any chance to merge this fix to react-select-plus and publish a new version to npm?
I'm aware of the issue. Unfortunately, there hasn't been a react-select release with that patch yet, and I've been trying to keep react-select-plus releases in 1:1 correspondence with react-select releases. This seems like a good case for an exception, though. I'll put together an intermediate release later today.
Hey,
I am having an issue with
1.0.0-beta13
version, as with Async options whenever user tries to write something in the input, it changes typed value to[object Promise]
. There is already a fix for that atreact-select
- is there any chance to merge this fix toreact-select-plus
and publish a new version to npm?Issue on
react-select
:JedWatson/react-select#940
Pull Request fixing that issue:
JedWatson/react-select#941
Thanks!
The text was updated successfully, but these errors were encountered: